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 9b97b4b commit 6861822Copy full SHA for 6861822
styles/tokens/_variables.css
@@ -87,6 +87,7 @@
87
--base-pure-black: #000000;
88
--blue-primary-color: #1F5F8D;
89
--orange-secondary-color: #fdb557;
90
+ --accent-tertiary-color: #84DCCF;
91
--grey-extralight: #eeeeee;
92
--white: #ffffff;
93
--text-default: var(--base-gray-slate-solid-12);
styles/tokens/tailwind/color.js
@@ -276,5 +276,6 @@ module.exports = {
276
primaryBlue: 'var(--blue-primary-color)',
277
secondaryOrange: 'var(--orange-secondary-color)',
278
greyExtralight: 'var(--grey-extralight)',
279
- white: 'var(--white)'
+ white: 'var(--white)',
280
+ tertiaryAccent: 'var(--accent-tertiary-color)'
281
};
0 commit comments