Skip to content

Commit

Permalink
Fix visual defects
Browse files Browse the repository at this point in the history
  • Loading branch information
haideralsh committed Sep 5, 2024
1 parent 04157d0 commit db050f0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/StatusIndicator/StatusIndicator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ const StatusIndicator = styled.span<Props>(
typography,
flexbox,
({ theme, type = StatusIndicatorValues.neutral }) => ({
margin: theme.space.none,
paddingTop: theme.space.none,
paddingRight: theme.space.x1,
paddingBottom: theme.space.none,
paddingLeft: theme.space.x1,
fontSize: theme.fontSizes.smaller,
lineHeight: theme.lineHeights.smallerText,
alignSelf: "center",
display: "inline-block",
fontWeight: theme.fontWeights.bold,
textTransform: "uppercase",
Expand Down

0 comments on commit db050f0

Please sign in to comment.