Fix Konsisten Warna Bg
This commit is contained in:
@@ -53,7 +53,7 @@ export const EventCalendar = ({ data }: EventCalendarProps) => {
|
||||
radius="xl"
|
||||
withBorder
|
||||
shadow="sm"
|
||||
bg={dark ? "#141D34" : "white"}
|
||||
bg={dark ? "#1E293B" : "white"}
|
||||
style={{ borderColor: dark ? "#141D34" : "#e5e7eb" }}
|
||||
>
|
||||
<Title order={3} mb="md" c={dark ? "dark.0" : "#1e3a5f"}>
|
||||
|
||||
Reference in New Issue
Block a user