mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Set maxWidth for required container
This commit is contained in:
@@ -13,7 +13,7 @@ export const ActionRequiredContainer = ({
|
|||||||
children,
|
children,
|
||||||
}: ActionRequiredContainerProps) => {
|
}: ActionRequiredContainerProps) => {
|
||||||
return (
|
return (
|
||||||
<Stack sx={{ cursor: 'default' }}>
|
<Stack sx={{ cursor: 'default', maxWidth: '700px' }}>
|
||||||
<Group>
|
<Group>
|
||||||
<RiAlertFill color="var(--warning-color)" size={30} />
|
<RiAlertFill color="var(--warning-color)" size={30} />
|
||||||
<Text size="xl" sx={{ textTransform: 'uppercase' }}>
|
<Text size="xl" sx={{ textTransform: 'uppercase' }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user