Added min-width to notification icon
This commit is contained in:
committed by
fabioberger
parent
5dacc58a4e
commit
9df09e2464
@@ -25,6 +25,10 @@ const NotificationWrapper = styled.div<INotificationWrapperProps>`
|
||||
margin-bottom: 1.875rem;
|
||||
color: ${colors.textDarkPrimary};
|
||||
background-color: ${({ type }) => themeSettings[type].bgColor};
|
||||
|
||||
svg {
|
||||
min-width: 28px;
|
||||
}
|
||||
`;
|
||||
|
||||
const NotificationText = styled.span`
|
||||
|
Reference in New Issue
Block a user