Skip to content

Commit 3a284f1

Browse files
authored
Merge pull request #3575 from Armanio/patch-1
chore(docs): checkbox design fix
2 parents abf26af + 9f97103 commit 3a284f1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

apps/www/src/components/setting-checkbox.tsx

+2-3
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,11 @@ export function SettingCheckbox({
6262
settingsStore.set.setCheckedIdNext(id, _checked);
6363
}}
6464
/>
65-
<Label className="flex p-2" htmlFor={id}>
65+
<Label className="flex px-2" htmlFor={id}>
6666
{label}
6767
</Label>
6868
</div>
6969
</TooltipTrigger>
70-
7170
<TooltipContent className="max-w-[200px]">
7271
{description}
7372
</TooltipContent>
@@ -193,7 +192,7 @@ export function SettingCheckbox({
193192
htmlId={componentHtmlId}
194193
/>
195194

196-
<Label className="flex p-2" htmlFor={componentHtmlId}>
195+
<Label className="flex px-2" htmlFor={componentHtmlId}>
197196
<Code>{componentLabel}</Code>
198197
</Label>
199198
</div>

0 commit comments

Comments
 (0)