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

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

View File

@ -151,7 +151,7 @@ function createCheckerLayer(): WatermarkPreset['layers'][number] {
type: 'checker',
angle: 0.5,
scale: 3,
color: [0, 0, 0],
color: [1, 1, 1],
opacity: 0.75,
};
}