change some colors and styling, fix a issue with activeAsync in notifications Window
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
// CalendarComponent.qml (For one month)
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import qs.Common
|
||||
import qs.Common.Styled
|
||||
|
||||
@@ -93,7 +92,7 @@ Item {
|
||||
let isCurrentMonth = root.targetYear === root.currentDate.getFullYear() && root.targetMonth === root.currentDate.getMonth();
|
||||
let isCurrentDay = isCurrentMonth && modelData === root.currentDate.getDate();
|
||||
|
||||
return isCurrentDay ? Theme.color6Bright : Theme.textColor;
|
||||
return isCurrentDay ? Theme.color5Bright : Theme.textColor;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user