fix: correct notes toggle button color

This commit is contained in:
Johannes Millan 2024-11-21 12:50:57 +01:00
parent 947f1d500f
commit fb03c4aaa4

View file

@ -384,7 +384,7 @@ simple-counter-button {
}
@include darkTheme() {
background: $dark-theme-bg-slightly-lighter;
background: $dark8;
//border-color: $dark-theme-extra-border-color;
}
}