Skip to content

Commit aad5b76

Browse files
committed
add primary blue color
1 parent c659991 commit aad5b76

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

styles/tokens/_variables.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
--base-amber-solid-12: #4e2009;
8686
--base-pure-white: #ffffff;
8787
--base-pure-black: #000000;
88+
--blue-primary-color: #22699D;
8889
--text-default: var(--base-gray-slate-solid-12);
8990
--text-medium: var(--base-gray-slate-solid-11);
9091
--text-subdued: #3e4346;

styles/tokens/tailwind/color.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,4 +273,5 @@ module.exports = {
273273
borderFocus: '#FFFFFF03',
274274
transparent: '#FFFFFF00',
275275
borderOnBGSubdued: 'var(--base-gray-slate-solid-11)',
276+
primaryBlue: 'var(--blue-primary-color)'
276277
};

0 commit comments

Comments
 (0)