소스 검색

And making the border color match

Kirk Trombley 5 년 전
부모
커밋
0d9868536e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
 }