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}
|
||||
footer={null}
|
||||
width={700}
|
||||
styles={{ content: { padding: 0 } }}
|
||||
styles={{ content: { padding: 0, borderRadius: '12px' } }}
|
||||
destroyOnHidden={true}
|
||||
>
|
||||
<Flex vertical>
|
||||
|
||||
@ -584,7 +584,7 @@ const SpotlightProvider = ({ children }) => {
|
||||
closeIcon={null}
|
||||
footer={null}
|
||||
width={700}
|
||||
styles={{ content: { padding: 0 } }}
|
||||
styles={{ content: { padding: 0, borderRadius: '12px' } }}
|
||||
destroyOnHidden={true}
|
||||
>
|
||||
<SpotlightContent
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user