Fix incorrect key
This commit is contained in:
parent
01f81369ac
commit
118c99fbaf
|
@ -4,7 +4,7 @@ let defaultTheme = require('tailwindcss/defaultTheme')
|
|||
module.exports = {
|
||||
theme: {
|
||||
extend: {
|
||||
color: {
|
||||
colors: {
|
||||
blue: {
|
||||
dark: '#2779bd',
|
||||
default: 'hsl(203, 94%, 38%)',
|
||||
|
|
Loading…
Reference in a new issue