Skip to content

Commit d8c04fc

Browse files
committed
Blue-on-green is ugly, try fixing that.
1 parent 07ac2da commit d8c04fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/ThemesPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export default function ThemesPage() {
227227
download={`${themeItem.id}.xlsx`}
228228
target="_blank"
229229
rel="noopener noreferrer"
230-
className="inline-flex shrink-0 items-center justify-center rounded-2xl bg-emerald-600 px-4 text-sm font-semibold text-white hover:bg-emerald-700"
230+
className="inline-flex shrink-0 items-center justify-center rounded-2xl bg-blue-600 px-4 text-sm font-semibold text-white hover:bg-blue-700"
231231
title={`Download ${themeItem.id}.xlsx`}
232232
>
233233
XLSX

0 commit comments

Comments
 (0)