|
@@ -480,7 +480,6 @@ function getCellTextColor(dateCell: DateCell): string {
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
function getCellBgColor(dateCell: DateCell): string {
|
|
function getCellBgColor(dateCell: DateCell): string {
|
|
|
- console.log(bgSelectedColor.value);
|
|
|
|
|
if (dateCell.isSelected) {
|
|
if (dateCell.isSelected) {
|
|
|
return bgSelectedColor.value;
|
|
return bgSelectedColor.value;
|
|
|
}
|
|
}
|