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