fix: add themeing support for dark/light mode for buttons

This commit is contained in:
Solareon 2026-02-27 09:02:10 +01:00
parent 231857e925
commit a54e011ad8

View file

@ -487,8 +487,8 @@
}
.chatlog__component-button--link {
background-color: #4e5058;
color: #ffffff;
background-color: @Themed("#4e5058", "#97979f");
color: @Themed("#ffffff", "#2F3035");
}
.chatlog__component-button--premium {