Skip to content

Commit

Permalink
Fix action button size (#6753)
Browse files Browse the repository at this point in the history
  • Loading branch information
YIXIAO0 authored Jul 29, 2024
1 parent 2026870 commit f43e278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/app/components/base/action-button/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}

.action-btn-l {
@apply p-1.5 w-[34px] h-[34px] rounded-lg
@apply p-1.5 w-8 h-8 rounded-lg
}

/* m is for the regular button */
Expand All @@ -25,7 +25,7 @@
}

.action-btn-xs {
@apply p-0 w-5 h-5 rounded
@apply p-0 w-4 h-4 rounded
}

.action-btn.action-btn-active {
Expand Down

0 comments on commit f43e278

Please sign in to comment.