Skip to content

Commit

Permalink
refactor(theme): revise label font size for lg
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong committed Nov 28, 2024
1 parent 964e335 commit 7d3649d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/theme/src/components/select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ const select = tv({
labelPlacement: "inside",
size: "lg",
class: {
label: "text-small",
label: "text-medium",
trigger: "h-16 min-h-16 py-2.5 gap-0",
},
},
Expand Down

0 comments on commit 7d3649d

Please sign in to comment.