Skip to content

Commit 22527eb

Browse files
authored
Update src/components/Translatathon/LocalCommunitiesList.tsx
1 parent c8ee186 commit 22527eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Translatathon/LocalCommunitiesList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const LocalCommunitiesList = () => {
7777
{localCommunitiesData.map((community, index) => (
7878
<div
7979
key={index}
80-
className="flex flex-col-reverse justify-between gap-8 bg-gray-100 p-6 md:flex-row dark:bg-gray-900"
80+
className="flex flex-col-reverse justify-between gap-8 bg-background-highlight p-6 md:flex-row"
8181
>
8282
<div className="flex flex-col gap-6">
8383
<div className="flex w-fit items-center rounded-full bg-white px-5 py-1 dark:bg-black">

0 commit comments

Comments
 (0)