More fine-tuning of calendar and symptom box

This commit is contained in:
MariaZ
2022-02-06 11:58:51 +01:00
committed by BloodyMarie
parent 7faa18bd60
commit 37e1d54358
3 changed files with 14 additions and 13 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import { LocalDate } from 'js-joda'
import { verticalScale } from 'react-native-size-matters'
import { Colors, Fonts, Sizes } from '../../styles'
@@ -12,7 +13,7 @@ export const toCalFormat = (bleedingDaysSortedByDate) => {
customStyles: {
container: {
backgroundColor: shades[day.bleeding.value],
paddingTop: 2,
paddingTop: verticalScale(2),
},
text: {
color: Colors.turquoiseLight,