Use the normal gray colour pallete from Tailwind

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent f344fb346e
commit 7e9cda6463

View file

@ -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'