Change font color of marked calendar days
This commit is contained in:
@@ -229,7 +229,7 @@ const styles = StyleSheet.create({
|
||||
},
|
||||
loadingContainer: {
|
||||
height: '100%',
|
||||
backgroundColor: Colors.tourquiseLight,
|
||||
backgroundColor: Colors.turquoiseLight,
|
||||
justifyContent: 'center'
|
||||
},
|
||||
page: {
|
||||
|
||||
@@ -54,11 +54,11 @@ export default class DotAndLine extends Component {
|
||||
const dot = new Path().moveTo(CHART_COLUMN_MIDDLE , y - CHART_DOT_RADIUS)
|
||||
.arc(0, CHART_DOT_RADIUS * 2, CHART_DOT_RADIUS)
|
||||
.arc(0, CHART_DOT_RADIUS * -2, CHART_DOT_RADIUS)
|
||||
const dotColor = exclude ? Colors.tourquise : Colors.tourquiseDark
|
||||
const dotColor = exclude ? Colors.turquoise : Colors.turquoiseDark
|
||||
const lineColorLeft = excludeLeftLine ?
|
||||
Colors.tourquise : Colors.tourquiseDark
|
||||
Colors.turquoise : Colors.turquoiseDark
|
||||
const lineColorRight = excludeRightLine ?
|
||||
Colors.tourquise : Colors.tourquiseDark
|
||||
Colors.turquoise : Colors.turquoiseDark
|
||||
|
||||
return(
|
||||
<React.Fragment>
|
||||
|
||||
Reference in New Issue
Block a user