Use color variable for theme

This commit is contained in:
Luke Vella 2022-06-01 18:52:25 +01:00
parent f666702527
commit 32f7bb60fa
20 changed files with 64 additions and 67 deletions

View file

@ -5,11 +5,8 @@ module.exports = {
content: ["./src/pages/**/*.{ts,tsx}", "./src/components/**/*.{ts,tsx}"],
theme: {
extend: {
primary: colors.indigo,
colors: {
green: colors.emerald,
yellow: colors.amber,
purple: colors.violet,
primary: colors.indigo,
},
keyframes: {
wiggle: {