From 182e3dcc37a5ba91941f638ee618dba5d98dcabf Mon Sep 17 00:00:00 2001 From: zmagod Date: Mon, 2 Oct 2017 14:56:49 +0200 Subject: [PATCH] added colors constants --- .../Navigation/components/NotificationsDropdown.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/src/components/Navigation/components/NotificationsDropdown.jsx b/app/javascript/src/components/Navigation/components/NotificationsDropdown.jsx index 07671ee90..ec2147fc8 100644 --- a/app/javascript/src/components/Navigation/components/NotificationsDropdown.jsx +++ b/app/javascript/src/components/Navigation/components/NotificationsDropdown.jsx @@ -49,9 +49,9 @@ const StyledNavDropdown = styled(NavDropdown)` `; const StyledSpan = styled.span` - background-color: #37a0d9; + background-color: ${MAIN_COLOR_BLUE}; border-radius: 5px; - color: #f5f5f5; + color: ${WILD_SAND_COLOR}; font-size: 11px; font-weight: bold; margin-left: 12px;