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

fix: grey-125 button coloring

parent f6ea9459
No related branches found
No related tags found
No related merge requests found
Pipeline #7892 passed
...@@ -250,11 +250,13 @@ module.exports = { ...@@ -250,11 +250,13 @@ module.exports = {
'grey-125': { 'grey-125': {
text: 'black', text: 'black',
background: 'grey.125', background: 'grey.125',
hoverText: 'black',
}, },
'white': { 'white': {
text: 'black', text: 'black',
background: 'white', background: 'white',
iconBorder: 'grey.100', iconBorder: 'grey.100',
hoverText: 'black',
}, },
'blue-300': { 'blue-300': {
text: 'white', text: 'white',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment