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
+4 -6
View File
@@ -1,12 +1,10 @@
import { scale } from 'react-native-size-matters'
import { fontRatio } from '../config'
export default {
tiny: scale(4 / fontRatio),
small: scale(10 / fontRatio),
base: scale(16 / fontRatio),
large: scale(20 / fontRatio),
tiny: scale(4),
small: scale(10),
base: scale(16),
large: scale(20),
symptomTileWidth: '48%',
textWidth: '70%'
}