mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-04 12:14:37 +08:00
added colors constants
This commit is contained in:
parent
edf4443995
commit
182e3dcc37
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue