Skip to content

Commit

Permalink
Update src/components/Translatathon/LocalCommunitiesList.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
pettinarip authored Oct 28, 2024
1 parent c8ee186 commit 22527eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Translatathon/LocalCommunitiesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const LocalCommunitiesList = () => {
{localCommunitiesData.map((community, index) => (
<div
key={index}
className="flex flex-col-reverse justify-between gap-8 bg-gray-100 p-6 md:flex-row dark:bg-gray-900"
className="flex flex-col-reverse justify-between gap-8 bg-background-highlight p-6 md:flex-row"
>
<div className="flex flex-col gap-6">
<div className="flex w-fit items-center rounded-full bg-white px-5 py-1 dark:bg-black">
Expand Down

0 comments on commit 22527eb

Please sign in to comment.