@momo-kits/native-kits 0.153.1-scaleSize.2 → 0.153.1-scaleSize.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -29,7 +29,7 @@ import vn.momo.uikits.resources.sfprotext_thin
|
|
|
29
29
|
import vn.momo.uikits.resources.sfprotext_ultralight
|
|
30
30
|
|
|
31
31
|
const val DEFAULT_SCREEN_SIZE = 375f
|
|
32
|
-
const val MAX_FONT_SCALE = 1.
|
|
32
|
+
const val MAX_FONT_SCALE = 1.5f
|
|
33
33
|
const val MAX_DEVICE_SCALE = 5
|
|
34
34
|
|
|
35
35
|
@Composable
|