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

@ -20,7 +20,7 @@ const participants = [
},
{
name: "Johnny",
color: "bg-indigo-400",
color: "bg-primary-400",
votes: [2, 3],
},
{