BoardDetailsHeader actions: transparent button hover uses $blue-extra-light (brand palette)

This commit is contained in:
2026-04-20 15:51:46 +03:00
parent ea25f5c017
commit 67bf78d22e
@@ -39,7 +39,7 @@
color: colors.$blue;
&:hover:not(:disabled) {
background: rgba(27, 98, 180, 0.08);
background: colors.$blue-extra-light;
}
}