mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
watermark
This commit is contained in:
parent
97fd332c4e
commit
3fb6a4890d
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ export class EditorGroupWatermark extends Disposable {
|
|||
const isDark = theme === ColorScheme.DARK || theme === ColorScheme.HIGH_CONTRAST_DARK
|
||||
elements.icon.style.maxWidth = '220px'
|
||||
elements.icon.style.opacity = '50%'
|
||||
elements.icon.style.filter = isDark ? 'brightness(.5)' : 'invert(1)'
|
||||
elements.icon.style.filter = isDark ? '' : 'invert(1)' //brightness(.5)
|
||||
}
|
||||
updateTheme()
|
||||
this._register(
|
||||
|
|
|
|||
Loading…
Reference in a new issue