FIX: Correct font-size in navigation bar
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
abd4ce4ea5
commit
3966dbc790
@@ -115,7 +115,7 @@ const ItemColor = styled("div")`
|
||||
`;
|
||||
|
||||
const ItemName = styled("div")`
|
||||
font-size: 13px;
|
||||
font-size: 12px;
|
||||
color: #333;
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user