Use the normal gray colour pallete from Tailwind
This commit is contained in:
parent
f344fb346e
commit
7e9cda6463
|
@ -1,9 +1,9 @@
|
||||||
let { warmGray } = require('tailwindcss/colors')
|
let { gray } = require('tailwindcss/colors')
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
black: '#000',
|
black: '#000',
|
||||||
current: 'currentColor',
|
current: 'currentColor',
|
||||||
gray: warmGray,
|
gray,
|
||||||
inherit: 'inherit',
|
inherit: 'inherit',
|
||||||
transparent: 'transparent',
|
transparent: 'transparent',
|
||||||
white: '#fff'
|
white: '#fff'
|
||||||
|
|
Loading…
Reference in a new issue