Skip to content

Commit

Permalink
Global Styles: add bottom padding to allow for tooltip in font size s…
Browse files Browse the repository at this point in the history
…creen
  • Loading branch information
ciampo committed Oct 4, 2024
1 parent ae3dcfe commit 54acc61
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,11 @@ function FontSize() {
</HStack>

<View>
<Spacer paddingX={ 4 }>
<Spacer
paddingX={ 4 }
marginBottom={ 0 }
paddingBottom={ 6 }
>
<VStack spacing={ 4 }>
<FlexItem>
<FontSizePreview fontSize={ fontSize } />
Expand Down

0 comments on commit 54acc61

Please sign in to comment.