Improve calendar's lines color contrast

This commit is contained in:
Vyn 2025-06-21 10:41:47 +02:00
parent 84760b603d
commit 6ca4fd718d
Signed by: vyn
GPG key ID: E1B2BE34E7A971E7
5 changed files with 48 additions and 32 deletions

View file

@ -11,7 +11,6 @@ import { VActionButton } from "../../../../external/selenite/components/index.sl
export component CalendarView inherits Rectangle {
background: Palette.background;
private property<string> icon-visible: Svg.visible;
private property<string> icon-not-visible: Svg.not-visible;
private property<bool> completed-tasks-visible: false;

View file

@ -3,7 +3,6 @@ import { AppWindowActions } from "../Actions.slint";
import { VButton, ToggleButton, VActionButton, VText, Svg, Palette } from "@selenite";
export component SideBar inherits Rectangle {
background: Palette.pane;
VerticalLayout {
height: parent.height;

View file

@ -10,7 +10,6 @@ import { Utils } from "../../../shared/Utils.slint";
export component MainView inherits Rectangle {
background: Palette.background;
private property<string> icon-visible: Svg.visible;
private property<string> icon-not-visible: Svg.not-visible;
private property<bool> completed-tasks-visible: false;