Skip to content

Commit 64cf547

Browse files
committed
changed border for holiday to visible color
1 parent 2a53ce4 commit 64cf547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qml/Theme.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ QtObject {
3535
readonly property color borderColor: isDark ? "#334155" : "#e2e8f0"
3636
readonly property color todayBorder: isDark ? "#0ea5e9" : "#0284c7"
3737
readonly property color saturdayBorder: isDark ? "#334155" : "#fda4af"
38-
readonly property color holidayBorder: isDark ? "#334155" : "#fda4af"
38+
readonly property color holidayBorder: isDark ? "#C58F69" : "#FF9101"
3939

4040
// === Highlighted Days ===
4141
readonly property color todayBg: isDark ? "#082f49" : "#f0f9ff"

0 commit comments

Comments
 (0)