Browse Source

fix(ui): bg color for the repos dropdown

charlie 1 year ago
parent
commit
cce10f61a8
1 changed files with 1 additions and 1 deletions
  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