fix(ui): bg color for the repos dropdown

pull/11514/head
charlie 2024-09-11 14:29:06 +08:00
parent cb101eb50c
commit cce10f61a8
1 changed files with 1 additions and 1 deletions

View File

@ -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