Skip to content

Commit

Permalink
chore: change left padding on content
Browse files Browse the repository at this point in the history
  • Loading branch information
serifluous committed Jan 29, 2024
1 parent d9f96d7 commit a29729f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const VisualPickerCheckbox = React.forwardRef<HTMLInputElement, VisualPic
</BaseRadioCheckboxControl>
</BaseRadioCheckboxLabel>

<Box element={`${element}_CONTENT`} id={helpTextId} paddingLeft="space50" width="100%">
<Box element={`${element}_CONTENT`} id={helpTextId} paddingLeft="space40" width="100%">
{children}
</Box>
</Box>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export const VisualPickerRadio = React.forwardRef<HTMLInputElement, VisualPicker
</Box>
</BaseRadioCheckboxControl>
</BaseRadioCheckboxLabel>
<Box element={`${element}_CONTENT`} id={helpTextId} paddingLeft="space50" width="100%">
<Box element={`${element}_CONTENT`} id={helpTextId} paddingLeft="space40" width="100%">
{children}
</Box>
</Box>
Expand Down

0 comments on commit a29729f

Please sign in to comment.