mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
mobile: minor adjustments
This commit is contained in:
@@ -41,7 +41,7 @@ export const Loading = (props: {
|
||||
backgroundColor: colors.primary.background,
|
||||
justifyContent: "center",
|
||||
alignItems: "center",
|
||||
paddingHorizontal: 16,
|
||||
paddingHorizontal: Spacing.LEVEL_3,
|
||||
...props.style
|
||||
}}
|
||||
>
|
||||
|
||||
@@ -325,7 +325,7 @@ const PayWall = (props: NavigationProps<"PayWall">) => {
|
||||
flexDirection: "row",
|
||||
gap: Spacing.LEVEL_1,
|
||||
alignSelf: "center",
|
||||
marginBottom: Spacing.LEVEL_4
|
||||
marginBottom: Spacing.LEVEL_3
|
||||
}}
|
||||
>
|
||||
<Button
|
||||
@@ -394,6 +394,7 @@ const PayWall = (props: NavigationProps<"PayWall">) => {
|
||||
contentContainerStyle={{
|
||||
gap: Spacing.LEVEL_3
|
||||
}}
|
||||
showsHorizontalScrollIndicator={false}
|
||||
horizontal
|
||||
pagingEnabled
|
||||
snapToOffsets={[310, 650]}
|
||||
@@ -413,7 +414,8 @@ const PayWall = (props: NavigationProps<"PayWall">) => {
|
||||
style={{
|
||||
width: 320,
|
||||
marginLeft: index === 1 ? Spacing.LEVEL_3 : 0,
|
||||
marginRight: index === 3 ? Spacing.LEVEL_3 : 0
|
||||
marginRight: index === 3 ? Spacing.LEVEL_3 : 0,
|
||||
paddingVertical: Spacing.LEVEL_1
|
||||
}}
|
||||
>
|
||||
<PricingPlanCard
|
||||
|
||||
Reference in New Issue
Block a user