Skip to content

Commit

Permalink
Merge pull request #3575 from Armanio/patch-1
Browse files Browse the repository at this point in the history
chore(docs): checkbox design fix
  • Loading branch information
zbeyens authored Oct 1, 2024
2 parents abf26af + 9f97103 commit 3a284f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/www/src/components/setting-checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,11 @@ export function SettingCheckbox({
settingsStore.set.setCheckedIdNext(id, _checked);
}}
/>
<Label className="flex p-2" htmlFor={id}>
<Label className="flex px-2" htmlFor={id}>
{label}
</Label>
</div>
</TooltipTrigger>

<TooltipContent className="max-w-[200px]">
{description}
</TooltipContent>
Expand Down Expand Up @@ -193,7 +192,7 @@ export function SettingCheckbox({
htmlId={componentHtmlId}
/>

<Label className="flex p-2" htmlFor={componentHtmlId}>
<Label className="flex px-2" htmlFor={componentHtmlId}>
<Code>{componentLabel}</Code>
</Label>
</div>
Expand Down

0 comments on commit 3a284f1

Please sign in to comment.