Skip to content

Commit 436ad70

Browse files
committed
fix: change label's size and lineheight
1 parent 20ab072 commit 436ad70

File tree

1 file changed

+1
-1
lines changed
  • src/components/sections/communities/overview/scoreboard/_partials

1 file changed

+1
-1
lines changed

src/components/sections/communities/overview/scoreboard/_partials/FilterOption.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default function FilterOption({ label = "", value = "", data = "", name =
3636
<div className="flex items-center gap-2">
3737
<Radio {...props} name={name} data={data} value={value} className="!w-4.5 !h-4.5 mx-0" />
3838
<label
39-
className={classNames({
39+
className={classNames("text-sm", {
4040
"font-bold": isChecked,
4141
})}
4242
>

0 commit comments

Comments
 (0)