We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ee186 commit 22527ebCopy full SHA for 22527eb
src/components/Translatathon/LocalCommunitiesList.tsx
@@ -77,7 +77,7 @@ export const LocalCommunitiesList = () => {
77
{localCommunitiesData.map((community, index) => (
78
<div
79
key={index}
80
- 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"
81
>
82
<div className="flex flex-col gap-6">
83
<div className="flex w-fit items-center rounded-full bg-white px-5 py-1 dark:bg-black">
0 commit comments