summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ui/src')
-rw-r--r--packages/ui/src/components/button.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/ui/src/components/button.css b/packages/ui/src/components/button.css
index a557fccb0..4cef8c7a1 100644
--- a/packages/ui/src/components/button.css
+++ b/packages/ui/src/components/button.css
@@ -57,6 +57,9 @@
&[data-selected="true"]:not(:disabled) {
background-color: var(--surface-raised-base-hover);
}
+ &[data-active="true"] {
+ background-color: var(--surface-raised-base-active);
+ }
}
&[data-variant="secondary"] {