Skip to content

Commit

Permalink
Add color consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbar01234 committed Apr 18, 2024
1 parent f417fa0 commit 9e82873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DisplayChapterInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const DisplayChapterInfo = ({
].map((value) => (
<div
key={value}
className="whitespace-nowrap rounded-3xl bg-dark-teal px-3 py-1 font-light text-white"
className="whitespace-nowrap rounded-3xl bg-amber-red px-3 py-1 font-light text-white"
>
{value}
</div>
Expand Down

0 comments on commit 9e82873

Please sign in to comment.