mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 01:22:49 +00:00
UI
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user