Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

COR-1030 Fix icons to be visible on Safari #4381

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/app/src/components/notification-banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function NotificationBanner({
display="flex"
spacingHorizontal={3}
>
<Box display="flex" width="1.6rem">
<Box display="flex" width="1.6rem" height="1.6rem">
<Warning />
</Box>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const IconWrapper = styled.span<IconWrapperProps>((x) =>
color: x.iconColor,
display: 'inline-flex',
width: '20px',
minWidth: '20px',
height: '20px',
marginLeft: 2,
})
);
Expand Down