diff --git a/.changeset/funny-beans-dress.md b/.changeset/funny-beans-dress.md new file mode 100644 index 00000000..8b0549d9 --- /dev/null +++ b/.changeset/funny-beans-dress.md @@ -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 diff --git a/packages/Button/src/button.scss b/packages/Button/src/button.scss index 13435a47..361d35a0 100644 --- a/packages/Button/src/button.scss +++ b/packages/Button/src/button.scss @@ -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);