This commit is contained in:
estifanos
2026-08-06 07:25:26 +00:00
parent 980c5aac13
commit fe9ffef6ae

View File

@@ -321,7 +321,17 @@ function ActionRequired({
navigate: (path: string) => void;
}) {
return (
<Card withBorder radius="md" padding="md" bg="orange.0">
<Card
withBorder
radius="md"
padding="md"
sx={{
backgroundColor: 'var(--mantine-color-orange-0)',
'@media (prefers-color-scheme: dark)': {
backgroundColor: 'var(--mantine-color-orange-9)',
},
}}
>
<Group gap="xs" mb="sm">
<ThemeIcon size="sm" radius="xl" color="orange" variant="filled">
<IconAlertTriangle size={14} />