Fixed border radius.
Some checks failed
farmcontrol/farmcontrol-ui/pipeline/head There was a failure building this commit
Some checks failed
farmcontrol/farmcontrol-ui/pipeline/head There was a failure building this commit
This commit is contained in:
parent
835db6e49f
commit
845b330242
@ -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>
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user