We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c659991 commit aad5b76Copy full SHA for aad5b76
styles/tokens/_variables.css
@@ -85,6 +85,7 @@
85
--base-amber-solid-12: #4e2009;
86
--base-pure-white: #ffffff;
87
--base-pure-black: #000000;
88
+ --blue-primary-color: #22699D;
89
--text-default: var(--base-gray-slate-solid-12);
90
--text-medium: var(--base-gray-slate-solid-11);
91
--text-subdued: #3e4346;
styles/tokens/tailwind/color.js
@@ -273,4 +273,5 @@ module.exports = {
273
borderFocus: '#FFFFFF03',
274
transparent: '#FFFFFF00',
275
borderOnBGSubdued: 'var(--base-gray-slate-solid-11)',
276
+ primaryBlue: 'var(--blue-primary-color)'
277
};
0 commit comments