Fixed border radius.
Some checks failed
farmcontrol/farmcontrol-ui/pipeline/head There was a failure building this commit

This commit is contained in:
Tom Butcher 2026-03-07 20:00:39 +00:00
parent 835db6e49f
commit 845b330242
2 changed files with 2 additions and 2 deletions

View File

@ -215,7 +215,7 @@ const ActionsModalProvider = ({ children }) => {
closeIcon={null} closeIcon={null}
footer={null} footer={null}
width={700} width={700}
styles={{ content: { padding: 0 } }} styles={{ content: { padding: 0, borderRadius: '12px' } }}
destroyOnHidden={true} destroyOnHidden={true}
> >
<Flex vertical> <Flex vertical>

View File

@ -584,7 +584,7 @@ const SpotlightProvider = ({ children }) => {
closeIcon={null} closeIcon={null}
footer={null} footer={null}
width={700} width={700}
styles={{ content: { padding: 0 } }} styles={{ content: { padding: 0, borderRadius: '12px' } }}
destroyOnHidden={true} destroyOnHidden={true}
> >
<SpotlightContent <SpotlightContent