Skip to content
Snippets Groups Projects
Commit da6ab623 authored by xaralis's avatar xaralis
Browse files

feat: add more yellow variants

parent c9022856
No related branches found
No related tags found
No related merge requests found
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
{ {
"name": "Olive", "name": "Olive",
"variants": [ "variants": [
{"cls": "olive-100", "name": "Olive 100", "hex": "#d6e8b3"}, {"cls": "olive-100", "name": "Olive 100", "hex": "#d6e8b3"}
] ]
}, },
{ {
...@@ -139,7 +139,9 @@ ...@@ -139,7 +139,9 @@
"name": "Yellow", "name": "Yellow",
"variants": [ "variants": [
{"cls": "yellow-100", "name": "Yellow 100", "hex": "#fff7bf"}, {"cls": "yellow-100", "name": "Yellow 100", "hex": "#fff7bf"},
{"cls": "yellow-200", "name": "Yellow 200", "hex": "#f7f38a"} {"cls": "yellow-200", "name": "Yellow 200", "hex": "#f7f38a"},
{"cls": "yellow-300", "name": "Yellow 300", "hex": "#ffea5a"},
{"cls": "yellow-400", "name": "Yellow 400", "hex": "#fde119"}
] ]
}, },
{ {
......
...@@ -124,6 +124,8 @@ module.exports = { ...@@ -124,6 +124,8 @@ module.exports = {
'yellow': { 'yellow': {
'100': '#fff7bf', '100': '#fff7bf',
'200': '#f7f38a', '200': '#f7f38a',
'300': '#ffea5a',
'400': '#fde119',
}, },
'red': { 'red': {
'600': '#d60d53' '600': '#d60d53'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment