fix(striker-ui): make content padding equal in InnerPanelBody

main
Tsu-ba-me 2 years ago
parent e8d1c64b64
commit 4caaf3bdda
  1. 5
      striker-ui/components/Panels/InnerPanelBody.tsx

@ -6,9 +6,8 @@ const InnerPanelBody: FC<BoxProps> = ({ sx, ...innerPanelBodyRestProps }) => (
{...{
...innerPanelBodyRestProps,
sx: {
paddingLeft: '.7em',
paddingRight: '.7em',
paddingTop: '.3em',
padding: '.3em .7em',
...sx,
},
}}

Loading…
Cancel
Save