mirror of
https://github.com/strapi/strapi.git
synced 2025-11-12 08:08:05 +00:00
added missing border radius
This commit is contained in:
parent
325c70aba8
commit
a1ba416e5e
@ -39,6 +39,7 @@ const ModalDialog = ({ onToggle, data: { date, user, action } }) => {
|
|||||||
paddingLeft={6}
|
paddingLeft={6}
|
||||||
paddingRight={6}
|
paddingRight={6}
|
||||||
background="neutral100"
|
background="neutral100"
|
||||||
|
borderRadius={pxToRem(4)}
|
||||||
>
|
>
|
||||||
<ActionItem
|
<ActionItem
|
||||||
actionLabel={{
|
actionLabel={{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user