Skip to content

Commit

Permalink
Fix status icon styles
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Dec 5, 2024
1 parent 4b578a9 commit 81f7cf9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion storybook/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ const Title = styled.span( {

const Icons = styled.span( {} );

const Icon = styled.span( {} );
const Icon = styled.span( {
lineHeight: 1,
} );

/**
* Fetches tags from the Storybook API, and returns Icon
Expand Down

0 comments on commit 81f7cf9

Please sign in to comment.