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 = {
theme: {
extend: {
color: {
colors: {
blue: {
dark: '#2779bd',
default: 'hsl(203, 94%, 38%)',