Skip to content

Commit

Permalink
updated button secondary ghost look to match hopper (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
fraincs committed Jul 24, 2024
1 parent ce1023c commit 9b2c48b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .changeset/funny-beans-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@igloo-ui/button": patch
"@igloo-ui/alert": patch
"@igloo-ui/datepicker": patch
"@igloo-ui/dialog": patch
"@igloo-ui/icon-button": patch
"@igloo-ui/text-editor": patch
---

UI sync with Hopper
6 changes: 3 additions & 3 deletions packages/Button/src/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -247,11 +247,11 @@
--ids-loader-ghost-danger-active: var(--hop-danger-icon-selected);

/* Ghost, variant: Secondary */
--ids-btn-text-ghost-secondary: var(--hop-neutral-text);
--ids-btn-text-ghost-secondary: var(--hop-neutral-text-weak);
--ids-btn-background-ghost-secondary-hover: var(--hop-neutral-surface-hover);
--ids-btn-background-ghost-secondary-pressed: var(--hop-neutral-surface-press);
--ids-btn-text-ghost-secondary-hover: var(--hop-neutral-text-hover);
--ids-btn-text-ghost-secondary-pressed: var(--hop-neutral-text-press);
--ids-btn-text-ghost-secondary-hover: var(--hop-neutral-text-weak-hover);
--ids-btn-text-ghost-secondary-pressed: var(--hop-neutral-text-weak-press);
--ids-btn-background-ghost-secondary-active: var(--hop-neutral-surface-weak-selected);
--ids-btn-border-ghost-secondary-active: transparent;
--ids-btn-text-ghost-secondary-active: var(--hop-neutral-text);
Expand Down

0 comments on commit 9b2c48b

Please sign in to comment.