소스 검색

fix(ui): bg color for the repos dropdown

charlie 1 년 전
부모
커밋
cce10f61a8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/frontend/components/repo.css

+ 1 - 1
src/main/frontend/components/repo.css

@@ -61,7 +61,7 @@
 }
 
 .cp__repos-quick-actions {
-  @apply -mx-2 bg-gray-01 px-2 pb-1.5 pt-3 border-t flex flex-col rounded-b h-fit;
+  @apply -mx-2 px-2 pb-1.5 pt-3 border-t flex flex-col rounded-b h-fit;
 
   .ui__button {
     @apply w-full !py-4 !justify-start opacity-70 font-medium hover:opacity-90