Remove fontratio (I think we don't need it any more)

This commit is contained in:
MariaZ
2022-02-06 11:24:53 +01:00
committed by BloodyMarie
parent 3c02dd77bb
commit 7faa18bd60
3 changed files with 13 additions and 19 deletions
-1
View File
@@ -17,7 +17,6 @@ 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 = moderateScale(6)