Skip to content

Commit

Permalink
feat(Button): change sbanken primary button text color to white (#2855)
Browse files Browse the repository at this point in the history
  • Loading branch information
snorrekim authored Nov 9, 2023
1 parent a7cb8b9 commit 1571138
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -764,9 +764,9 @@ html[data-whatinput=keyboard] .dnb-button--tertiary:hover:focus .dnb-button__tex
--button-background--focus: var(--sb-color-blue-light-3);
--button-primary-shadow: var(--sb-shadow-medium);
--button-primary-shadow--hover: var(--sb-shadow-medium);
--button-primary-color: var(--sb-color-green);
--button-primary-color: var(--sb-color-white);
--button-primary-color--hover: var(--sb-color-purple-alternative);
--button-primary-color--active: var(--sb-color-green);
--button-primary-color--active: var(--sb-color-white);
--button-primary-color--disabled: var(--sb-color-gray-dark-2);
--button-primary-background: var(--sb-color-purple-alternative);
--button-primary-background--hover: var(--sb-color-green);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
// primary
--button-primary-shadow: var(--sb-shadow-medium);
--button-primary-shadow--hover: var(--sb-shadow-medium);
--button-primary-color: var(--sb-color-green);
--button-primary-color: var(--sb-color-white);
--button-primary-color--hover: var(--sb-color-purple-alternative);
--button-primary-color--active: var(--sb-color-green);
--button-primary-color--active: var(--sb-color-white);
--button-primary-color--disabled: var(--sb-color-gray-dark-2);
--button-primary-background: var(--sb-color-purple-alternative);
--button-primary-background--hover: var(--sb-color-green);
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1571138

Please sign in to comment.