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 e5b5e69 commit 2a71cfdCopy full SHA for 2a71cfd
src/calendar/day/basic/index.js
@@ -80,6 +80,9 @@ class Day extends Component {
80
81
if (marking.selected) {
82
containerStyle.push(this.style.selected);
83
+ if (marking.selectedColor) {
84
+ containerStyle.push({backgroundColor: marking.selectedColor});
85
+ }
86
dotStyle.push(this.style.selectedDot);
87
textStyle.push(this.style.selectedText);
88
} else if (typeof marking.disabled !== 'undefined' ? marking.disabled : this.props.state === 'disabled') {
0 commit comments