Added min-width to notification icon

This commit is contained in:
Piotr Janosz
2019-07-15 14:21:15 +02:00
committed by fabioberger
parent 5dacc58a4e
commit 9df09e2464

View File

@@ -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`