FIX: Correct font-size in navigation bar

This commit is contained in:
Nicolás Hatcher
2024-10-08 21:39:41 +02:00
committed by Nicolás Hatcher Andrés
parent abd4ce4ea5
commit 3966dbc790
2 changed files with 11 additions and 7 deletions

View File

@@ -115,7 +115,7 @@ const ItemColor = styled("div")`
`;
const ItemName = styled("div")`
font-size: 13px;
font-size: 12px;
color: #333;
`;