mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-23 22:06:22 +02:00
Use color variable for theme
This commit is contained in:
parent
f666702527
commit
32f7bb60fa
20 changed files with 64 additions and 67 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue