Skip to content

Commit

Permalink
Use 4px spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Aug 21, 2024
1 parent 44f2e57 commit 9df5407
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export const fields = [
label: 'Image',
id: 'image',
header: (
<HStack justify="start">
<HStack spacing={ 1 } justify="start">
<Icon icon={ image } />
<span>Image</span>
</HStack>
Expand Down Expand Up @@ -224,7 +224,7 @@ export const fields = [
label: 'Categories',
id: 'categories',
header: (
<HStack justify="start">
<HStack spacing={ 1 } justify="start">
<Icon icon={ category } />
<span>Categories</span>
</HStack>
Expand Down

0 comments on commit 9df5407

Please sign in to comment.