Ver código fonte

change font weight collection list on navbar

master
azri 1 semana atrás
pai
commit
9a5ca656e1
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/components/Navbar/Navbar.jsx

+ 1
- 1
src/components/Navbar/Navbar.jsx Ver arquivo

@@ -218,7 +218,7 @@ const Navbar = () => {
218 218
           sx={{
219 219
             mt:1,
220 220
             color: "black",
221
-            fontWeight: "400",
221
+            fontWeight: "100",
222 222
           }}
223 223
         >
224 224
           {colletion?.title?.toUpperCase()}

Carregando…
Cancelar
Salvar