Remove fontratio (I think we don't need it any more)
This commit is contained in:
+4
-6
@@ -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%'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user