Skip to content

Commit

Permalink
Minor Color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Garcia committed Jun 7, 2023
1 parent 609b9e0 commit c2c66ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/event/[event]/[match].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ const AllianceGroup = ({

return (
<div className={`bg-${color}-500 rounded-md p-5`}>
<h1 className="text-3xl font-bold mb-4 text-red-200 text-center capitalize">
<h1
className={`text-3xl font-bold mb-4 text-${color}-200 text-center capitalize`}
>
{allianceColor} Alliance{" "}
<button
className={`cursor-default bg-${color}-600 rounded-lg text-sm align-middle py-1 px-3 text-white`}
Expand Down

0 comments on commit c2c66ab

Please sign in to comment.