Resolve "Redesign fix: Homepage fix"

This commit is contained in:
Maria Zadnepryanets
2020-12-20 10:38:11 +00:00
committed by bl00dymarie
parent 59aef1126d
commit ada60a745b
6 changed files with 65 additions and 53 deletions
+3
View File
@@ -1,3 +1,5 @@
import { PixelRatio } from 'react-native'
export const ACTION_DELETE = 'delete'
export const ACTION_EXPORT = 'export'
export const ACTION_IMPORT = 'import'
@@ -14,6 +16,7 @@ export const SYMPTOMS = [
'note',
]
export const fontRatio = PixelRatio.getFontScale()
export const CHART_COLUMN_WIDTH = 32
export const CHART_COLUMN_MIDDLE = CHART_COLUMN_WIDTH / 2
export const CHART_DOT_RADIUS = 6