Skip to content

Commit

Permalink
Update tokens (#1138)
Browse files Browse the repository at this point in the history
* Update tokens

* linterino
  • Loading branch information
Michael Marszalek authored Feb 26, 2021
1 parent b143b46 commit 29bab2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/tokens/base/clickbounds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ export const clickbounds = {
jumbo__base: '88px',
default__base: '48px',
default__input: '56px',
compact__standard: '32px',
compact__input: '44px',
}
2 changes: 2 additions & 0 deletions libraries/tokens/tokens.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
--eds_clickbound_jumbo__base: 88px;
--eds_clickbound_default__base: 48px;
--eds_clickbound_default__input: 56px;
--eds_clickbound_compact__standard: 32px;
--eds_clickbound_compact__input: 44px;

--eds_text_static_icons__default: rgba(61, 61, 61, 1);
--eds_text_static_icons__secondary: rgba(86, 86, 86, 1);
Expand Down

0 comments on commit 29bab2a

Please sign in to comment.