We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b421b commit ab8c3b2Copy full SHA for ab8c3b2
src/CalendarDay.js
@@ -111,7 +111,7 @@ export default class CalendarDay extends Component {
111
//If it is border, the user has to input color for border animation
112
switch (this.props.daySelectionAnimation.type) {
113
case 'background':
114
- let dateViewBGColor = this.state.selected ? this.props.daySelectionAnimation.highlightColor : this.props.calendarColor;
+ let dateViewBGColor = this.state.selected ? this.props.daySelectionAnimation.highlightColor : 'transparent';
115
dateViewStyle = {backgroundColor: dateViewBGColor};
116
break;
117
case 'border':
0 commit comments