Update packages/frontend/src/components/MkWatermarkEditorDialog.vue

This commit is contained in:
syuilo 2025-06-04 16:21:47 +09:00 committed by GitHub
parent 5d87c039fb
commit 9d3289521a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ function createStripeLayer(): WatermarkPreset['layers'][number] {
angle: 0.5,
frequency: 10,
threshold: 0.1,
color: [0, 0, 0],
color: [1, 1, 1],
opacity: 0.75,
};
}