Set inactive link button background equal to active variant

This commit is contained in:
2026-05-28 09:22:56 +02:00
parent ca805d0621
commit 6e55389ae3
@@ -130,7 +130,7 @@
} }
.sg-button--inactive { .sg-button--inactive {
background: var(--surface-button-inactive); background: var(--surface-button-active);
color: var(--text-control-disabled); color: var(--text-control-disabled);
} }