Skip to content

Commit 3864d59

Browse files
committed
update to theme secondary
1 parent 5bacf2a commit 3864d59

File tree

1 file changed

+9
-9
lines changed
  • packages/stacks-classic/lib/components/button

1 file changed

+9
-9
lines changed

packages/stacks-classic/lib/components/button/button.less

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -302,19 +302,19 @@
302302
}
303303

304304
&&__tonal {
305-
--_bu-bg: var(--black-150);
305+
--_bu-bg: var(--theme-secondary-150);
306306
--_bu-bc-hover: transparent;
307-
--_bu-bg-active: var(--black-150);
308-
--_bu-bg-hover: var(--black-200);
309-
--_bu-bg-selected: linear-gradient(to bottom, var(--black-200) 0%, var(--black-200) 50%, color-mix(in srgb, var(--black-200) 80%, white 20%) 50%, color-mix(in srgb, var(--black-200) 80%, white 20%) 100%);
310-
--_bu-fc: var(--black-600);
307+
--_bu-bg-active: var(--theme-secondary-150);
308+
--_bu-bg-hover: var(--theme-secondary-200);
309+
--_bu-bg-selected: linear-gradient(to bottom, var(--theme-secondary-200) 0%, var(--theme-secondary-200) 50%, color-mix(in srgb, var(--theme-secondary-200) 80%, white 20%) 50%, color-mix(in srgb, var(--theme-secondary-200) 80%, white 20%) 100%);
310+
--_bu-fc: var(--theme-secondary-600);
311311
--_bu-fc-active: var(--_bu-fc);
312-
--_bu-fc-hover: var(--black-600);
313-
--_bu-fc-selected: var(--black-600);
312+
--_bu-fc-hover: var(--theme-secondary-600);
313+
--_bu-fc-selected: var(--theme-secondary-600);
314314
--_bu-number-fc-filled: var(--white);
315315
--_bu-number-fc-selected: var(--white);
316-
--_bu-bg-focus: var(--black-150);
317-
--_bu-number-fc-focus: var(--black-600);
316+
--_bu-bg-focus: var(--theme-secondary-150);
317+
--_bu-number-fc-focus: var(--theme-secondary-600);
318318

319319
.highcontrast-mode({
320320
--_bu-bc-hover: currentColor;

0 commit comments

Comments
 (0)