Skip to content

Commit 842c300

Browse files
authored
Merge pull request #265 from mauryapari/259-refactor-animation-css-file
Bug fix for color value
2 parents 0f1d49c + 37eda89 commit 842c300

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tailwind.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ module.exports = {
9292
"100%": { transform: "translate(-2539.6383913420013px, 0)" }
9393
},
9494
"blink": {
95-
"0%": { background: "bg-warning-200", color: "##878c8e" },
96-
"50%": { background: "transparent" },
97-
"100%": { background: "bg-warning-200", color: "##878c8e" },
95+
"0%": { background: "hsl(var(--warning-light))", color: "#878c8e" },
96+
"50%": { background: "transparent"},
97+
"100%": { background: "hsl(var(--warning-light))", color: "#878c8e" },
9898
}
9999
},
100100
animation: {

0 commit comments

Comments
 (0)