Change font color of marked calendar days

This commit is contained in:
Lisa
2020-12-30 15:07:03 +00:00
committed by Sofiya Tepikin
parent ab1acf21ba
commit af5c24c466
9 changed files with 47 additions and 49 deletions
@@ -61,7 +61,7 @@ const styles = StyleSheet.create({
paddingTop: Sizes.base
},
marker: {
backgroundColor: Colors.tourquiseDark,
backgroundColor: Colors.turquoiseDark,
borderRadius: 50,
elevation: 4,
height: Sizes.subtitle,
@@ -72,9 +72,9 @@ const styles = StyleSheet.create({
height: Sizes.small
},
sliderAccentBackground: {
backgroundColor: Colors.tourquiseDark
backgroundColor: Colors.turquoiseDark
},
sliderBackground: {
backgroundColor: Colors.tourquise
backgroundColor: Colors.turquoise
},
})