mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
feat: padding last seen (#6716)
This commit is contained in:
parent
d7dc01d396
commit
9393f86c66
@ -38,10 +38,11 @@ const StyledDescriptionBlockHeader = styled('p')(({ theme }) => ({
|
||||
width: '40%',
|
||||
justifyContent: 'flex-start',
|
||||
}));
|
||||
const StyledValueContainer = styled('div')({
|
||||
const StyledValueContainer = styled('div')(({ theme }) => ({
|
||||
width: '40%',
|
||||
justifyContent: 'center',
|
||||
});
|
||||
padding: theme.spacing(0, 1, 0, 1),
|
||||
}));
|
||||
|
||||
const StyledDescriptionSubHeader = styled('p')(({ theme }) => ({
|
||||
fontSize: theme.fontSizes.smallBody,
|
||||
|
Loading…
Reference in New Issue
Block a user