Fix Konsisten Warna Bg 2

This commit is contained in:
2026-03-25 17:08:39 +08:00
parent 519a14adaa
commit c6415c5aab
11 changed files with 93 additions and 20 deletions

View File

@@ -44,7 +44,11 @@ const SummaryCard = ({
withBorder
shadow="sm"
bg={dark ? "#1E293B" : "white"}
style={{ borderColor: dark ? "#141D34" : "#e5e7eb" }}
style={{
borderColor: dark ? "#334155" : "white",
boxShadow: "0 1px 3px 0 rgb(0 0 0 / 0.1)",
transition: "transform 0.15s ease, box-shadow 0.15s ease",
}}
>
<Group justify="space-between" align="center">
<Stack gap={2}>