mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-09-07 13:05:46 +00:00
UI
This commit is contained in:
@@ -321,7 +321,17 @@ function ActionRequired({
|
|||||||
navigate: (path: string) => void;
|
navigate: (path: string) => void;
|
||||||
}) {
|
}) {
|
||||||
return (
|
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">
|
<Group gap="xs" mb="sm">
|
||||||
<ThemeIcon size="sm" radius="xl" color="orange" variant="filled">
|
<ThemeIcon size="sm" radius="xl" color="orange" variant="filled">
|
||||||
<IconAlertTriangle size={14} />
|
<IconAlertTriangle size={14} />
|
||||||
|
|||||||
Reference in New Issue
Block a user