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 = {
|
||||
black: '#000',
|
||||
current: 'currentColor',
|
||||
gray: warmGray,
|
||||
gray,
|
||||
inherit: 'inherit',
|
||||
transparent: 'transparent',
|
||||
white: '#fff'
|
||||
|
|
Loading…
Reference in a new issue