1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00
This commit is contained in:
andreas-unleash 2022-08-04 14:30:21 +03:00
parent 86d193619a
commit f97213f188

View File

@ -31,7 +31,7 @@ const StyledHeaderWrapper = styled('div')(({ theme }) => ({
display: 'flex', display: 'flex',
width: '100%', width: '100%',
justifyContent: 'space-between', justifyContent: 'space-between',
borderRadius: '8px', borderRadius: theme.spacing(1),
})); }));
interface ConstraintAccordionViewHeaderMetaInfoProps { interface ConstraintAccordionViewHeaderMetaInfoProps {