mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-05 11:13:18 +00:00
Improve calendar's lines color contrast
This commit is contained in:
parent
84760b603d
commit
6ca4fd718d
5 changed files with 48 additions and 32 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue