Fix incorrect key

This commit is contained in:
Oliver Davies 2019-03-21 07:50:08 +00:00
parent 01f81369ac
commit 118c99fbaf

View file

@ -4,7 +4,7 @@ let defaultTheme = require('tailwindcss/defaultTheme')
module.exports = { module.exports = {
theme: { theme: {
extend: { extend: {
color: { colors: {
blue: { blue: {
dark: '#2779bd', dark: '#2779bd',
default: 'hsl(203, 94%, 38%)', default: 'hsl(203, 94%, 38%)',