浏览代码

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 {
 .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 {
   .ui__button {
     @apply w-full !py-4 !justify-start opacity-70 font-medium hover:opacity-90
     @apply w-full !py-4 !justify-start opacity-70 font-medium hover:opacity-90