Rearrange segments in customization + add subheader

This commit is contained in:
bl00dymarie
2024-03-16 14:39:38 +01:00
parent b481bd8352
commit 56e90b69e6
4 changed files with 26 additions and 11 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
import { scale } from 'react-native-size-matters'
export default {
zero: '0%',
tiny: scale(4),
small: scale(10),
base: scale(16),
large: scale(20),
symptomTileWidth: '48%',
textWidth: '70%'
textWidth: '70%',
}