Override gray-600
This commit is contained in:
parent
ade2956ba3
commit
30befc2487
2 changed files with 10 additions and 1 deletions
|
@ -0,0 +1,9 @@
|
|||
module.exports = {
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
'gray-600': '#767676',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue