mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-07-10 04:21:21 +02:00
mobile: minor ui fixes
This commit is contained in:
@@ -55,7 +55,7 @@ export const THEME_LIGHT: any = {
|
||||
buttonForeground: "#FFFFFF"
|
||||
},
|
||||
secondary: {
|
||||
accent: "#7FC39A",
|
||||
accent: "#0D9E46",
|
||||
accentForeground: "#ffffff",
|
||||
paragraph: "#858585",
|
||||
background: "#F7F7F7",
|
||||
|
||||
@@ -72,6 +72,7 @@ export const Loading = (props: {
|
||||
marginBottom: Spacing.LEVEL_1
|
||||
}}
|
||||
fontSize="XL"
|
||||
lineHeight={undefined}
|
||||
>
|
||||
{props.title}
|
||||
</Heading>
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user