Increased border radius for modals.

This commit is contained in:
Tom Butcher 2026-02-28 18:50:56 +00:00
parent 4b82048d8e
commit a80b266fc7
2 changed files with 6 additions and 1 deletions

View File

@ -407,3 +407,8 @@ body {
border-radius: 0 !important; border-radius: 0 !important;
box-shadow: none !important; box-shadow: none !important;
} }
.ant-modal .ant-modal-content {
border-radius: 22px;
padding: 24px;
}

View File

@ -65,7 +65,7 @@ const WizardView = ({
} }
> >
<Flex vertical gap='middle' style={{ flexGrow: 1, width: '100%' }}> <Flex vertical gap='middle' style={{ flexGrow: 1, width: '100%' }}>
<Title level={2} style={{ margin: 0 }}> <Title level={2} style={{ margin: '0 0 8px 0', lineHeight: 0.7 }}>
{title} {title}
</Title> </Title>
<div style={{ minHeight: '260px', marginBottom: 4, width: '100%' }}> <div style={{ minHeight: '260px', marginBottom: 4, width: '100%' }}>