summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/ui/src/components/icon-button.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ui/src/components/icon-button.css b/packages/ui/src/components/icon-button.css
index 3449adaeb..1d9b4be00 100644
--- a/packages/ui/src/components/icon-button.css
+++ b/packages/ui/src/components/icon-button.css
@@ -19,7 +19,7 @@
/* color: var(--icon-weak-hover); */
/* } */
/* &:active:not(:disabled) { */
- /* color: var(--icon-string-active); */
+ /* color: var(--icon-strong-active); */
/* } */
}
@@ -30,7 +30,7 @@
background-color: var(--icon-strong-focus);
}
&:active:not(:disabled) {
- background-color: var(--icon-string-active);
+ background-color: var(--icon-strong-active);
}
&:disabled {
background-color: var(--icon-strong-disabled);