diff --git a/ts/editor/Tag.svelte b/ts/editor/Tag.svelte index d220310b7..53008cc57 100644 --- a/ts/editor/Tag.svelte +++ b/ts/editor/Tag.svelte @@ -133,6 +133,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html $with-disabled: false, $with-hover: false ); + @include button.btn-night( $with-active: false, $with-disabled: false, diff --git a/ts/editor/TagEditor.svelte b/ts/editor/TagEditor.svelte index 9d477421a..adb5557d2 100644 --- a/ts/editor/TagEditor.svelte +++ b/ts/editor/TagEditor.svelte @@ -374,7 +374,23 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html {#each tags as tag, index (tag.id)} -