mirror of
https://github.com/Unleash/unleash.git
synced 2025-11-10 01:19:53 +01:00
feat: milestone progression borders (#10884)
This commit is contained in:
parent
9a23bc36f8
commit
b4208d2cf2
@ -11,6 +11,7 @@ const StyledFormContainer = styled('div')(({ theme }) => ({
|
|||||||
gap: theme.spacing(1.5),
|
gap: theme.spacing(1.5),
|
||||||
padding: theme.spacing(1.5, 2),
|
padding: theme.spacing(1.5, 2),
|
||||||
backgroundColor: theme.palette.background.elevation1,
|
backgroundColor: theme.palette.background.elevation1,
|
||||||
|
border: `1px solid ${theme.palette.divider}`,
|
||||||
width: '100%',
|
width: '100%',
|
||||||
borderRadius: `${theme.shape.borderRadiusLarge}px`,
|
borderRadius: `${theme.shape.borderRadiusLarge}px`,
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
|
|||||||
@ -26,6 +26,7 @@ const StyledFormWrapper = styled('div', {
|
|||||||
),
|
),
|
||||||
...(hasChanged && {
|
...(hasChanged && {
|
||||||
backgroundColor: theme.palette.background.elevation1,
|
backgroundColor: theme.palette.background.elevation1,
|
||||||
|
border: `1px solid ${theme.palette.divider}`,
|
||||||
padding: theme.spacing(1.5, 2),
|
padding: theme.spacing(1.5, 2),
|
||||||
borderRadius: `${theme.shape.borderRadiusLarge}px`,
|
borderRadius: `${theme.shape.borderRadiusLarge}px`,
|
||||||
}),
|
}),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user