Explorar el Código

And making the border color match

Kirk Trombley hace 5 años
padre
commit
0d9868536e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      client/src/components/screens/Lobby/Lobby.module.css

+ 1 - 1
client/src/components/screens/Lobby/Lobby.module.css

@@ -41,7 +41,7 @@
   justify-content: flex-start;
   align-items: flex-start;
 
-  border-left: 2px solid #777;
+  border-left: 2px solid #555;
   height: 100%;
   padding-left: 1rem;
 }