Fix incorrect key
This commit is contained in:
parent
01f81369ac
commit
118c99fbaf
|
@ -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%)',
|
||||||
|
|
Loading…
Reference in a new issue