styles(badge): update padding

This commit is contained in:
Deen Denno 2021-09-07 17:55:20 -05:00 committed by Gert Hengeveld
parent b6d6acee44
commit 25012a9966

View File

@ -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',