reverse colors

This commit is contained in:
Julie Blanc 2025-12-10 15:05:19 +01:00
parent 0eb4ed21e3
commit 8b5f1129f0
4 changed files with 7 additions and 5 deletions

View file

@ -37,6 +37,7 @@
border: 1px solid currentColor;
border-radius: calc(var(--input-h));
font-weight: 500;
background-color: var(--color-panel-bg);
&.active{
background-color: var(--color-interface-400);