mobile: minor ui fixes

This commit is contained in:
Ammar Ahmed
2026-06-08 12:21:24 +05:00
parent 1473a70681
commit 394c12856b
3 changed files with 6 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ export const THEME_LIGHT: any = {
buttonForeground: "#FFFFFF"
},
secondary: {
accent: "#7FC39A",
accent: "#0D9E46",
accentForeground: "#ffffff",
paragraph: "#858585",
background: "#F7F7F7",

View File

@@ -72,6 +72,7 @@ export const Loading = (props: {
marginBottom: Spacing.LEVEL_1
}}
fontSize="XL"
lineHeight={undefined}
>
{props.title}
</Heading>

View File

@@ -35,22 +35,22 @@ function numberWithCommas(x: string) {
export const PlanOverView = {
free: {
storage: `50 MB/mo`,
storage: `50 MB`,
fileSize: `1 MB`,
hdImages: "No"
},
essential: {
storage: `1 GB`,
fileSize: `100 MB/mo`,
fileSize: `100 MB`,
hdImages: "No"
},
pro: {
storage: `10 GB/mo`,
storage: `10 GB`,
fileSize: `1 GB`,
hdImages: "Yes"
},
believer: {
storage: `25 GB/mo`,
storage: `25 GB`,
fileSize: `5 GB`,
hdImages: "Yes"
}