From c2f118abdbcc00f984ee2eae2dc74d08ed37c692 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Sat, 5 Jan 2019 20:50:25 +0100 Subject: [PATCH] lighter font weight for notification's title --- src/components/Notification/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Notification/index.js b/src/components/Notification/index.js index 144fb85a..34162047 100644 --- a/src/components/Notification/index.js +++ b/src/components/Notification/index.js @@ -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`