Skip to content

Commit

Permalink
Update border radius in IconContainer component
Browse files Browse the repository at this point in the history
  • Loading branch information
hervedombya committed Jan 17, 2024
1 parent 59d68c2 commit cf55ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/toastbanner/ToastBanner.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const BannerWrapper = styled.div<{ bgColor: string; border: string }>`
const IconContainer = styled.div<{ bgColor: string }>`
align-items: center;
align-self: stretch;
border-radius: 4px 0px 0px 4px;
border-radius: 3px 0px 0px 3px;
display: flex;
justify-content: center;
width: 32px;
Expand Down

0 comments on commit cf55ec7

Please sign in to comment.