Fix Konsisten Warna Bg 4

This commit is contained in:
2026-03-25 17:15:07 +08:00
parent c6415c5aab
commit 3eb84921a1
6 changed files with 10 additions and 9 deletions

View File

@@ -16,6 +16,7 @@ export function SDGSCard({ title, score, image }: SDGSCardProps) {
p="md"
radius="xl"
withBorder
bg={dark ? "#1E293B" : "white"}
style={{
borderColor: dark ? "#334155" : "white",
boxShadow: "0 1px 3px 0 rgb(0 0 0 / 0.1)",