lighter font weight for notification's title

pull/302/head
slowbackspace 5 years ago
parent 4a97682b1f
commit c2f118abdb

@ -48,7 +48,7 @@ const Message = styled.div`
const Title = styled.div`
padding-bottom: 5px;
padding-top: 1px;
font-weight: ${FONT_WEIGHT.SEMIBOLD};
font-weight: ${FONT_WEIGHT.MEDIUM};
`;
const CloseClick = styled.div`

Loading…
Cancel
Save