Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
fix: fix the story telling icon size when the layer name is too long (#…
Browse files Browse the repository at this point in the history
…334)

storytelling-icon

Co-authored-by: nina992 <nouralali992@gmail.com>
  • Loading branch information
nina992 and nina992 committed Oct 25, 2022
1 parent d4075a2 commit c701210
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ const Title = styled(Text)<{ color: string }>`
const StyledIcon = styled(Icon)<{ iconColor: string }>`
color: ${({ color }) => color};
margin-right: ${metricsSizes["l"]}px;
flex-shrink: 0;
`;

const MenuIcon = styled(Icon)<{ menuOpen?: boolean; publishedTheme: PublishTheme }>`
Expand Down

0 comments on commit c701210

Please sign in to comment.