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

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

View File

@ -140,7 +140,7 @@ function createPolkadotLayer(): WatermarkPreset['layers'][number] {
majorOpacity: 0.75,
minorOpacity: 0.5,
minorDivisions: 4,
color: [0, 0, 0],
color: [1, 1, 1],
opacity: 0.75,
};
}