Skip to content

Commit

Permalink
πŸ’„ app: update view padding
Browse files Browse the repository at this point in the history
  • Loading branch information
dieguezguille authored and cruzdanilo committed Nov 14, 2024
1 parent 8cf89cd commit 42cb58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/View.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export interface ViewProperties extends ViewProps {
export default styled(View, {
variants: {
fullScreen: { true: { width: "100%", height: "100%" } },
padded: { true: { padding: "$s5" } },
padded: { true: { padding: "$s4" } },
tab: { true: { paddingBottom: 0 } },
smallPadding: { true: { padding: "$s3" } },
},
Expand Down

0 comments on commit 42cb58a

Please sign in to comment.