mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 06:31:19 +08:00
styles(badge): update padding
This commit is contained in:
parent
b6d6acee44
commit
25012a9966
@ -13,7 +13,7 @@ const StyledBadge = styled.div<StatusBadgeProps>(({ theme, status }) => {
|
||||
[CallState.PENDING]: theme.color.warning,
|
||||
}[status];
|
||||
return {
|
||||
padding: '4px 8px',
|
||||
padding: '4px 6px 4px 8px;',
|
||||
borderRadius: '4px',
|
||||
backgroundColor: backgroundColor,
|
||||
color: 'white',
|
||||
|
Loading…
x
Reference in New Issue
Block a user