don't use palette.dark for icons in share page

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
This commit is contained in:
Jyrki Gadinger 2025-02-13 14:10:36 +01:00 committed by backportbot[bot]
parent 2ec086ab08
commit f2977ff3ff
4 changed files with 7 additions and 7 deletions

View File

@ -23,7 +23,7 @@ TextEdit {
id: root
readonly property color accentColor: palette.highlight
readonly property color secondaryColor: palette.dark
readonly property color secondaryColor: palette.placeholderText
readonly property alias submitButton: submitButton
clip: true

View File

@ -23,7 +23,7 @@ TextField {
id: root
readonly property color accentColor: Style.ncBlue
readonly property color secondaryColor: palette.dark
readonly property color secondaryColor: palette.placeholderText
readonly property alias submitButton: submitButton
property bool validInput: true

View File

@ -277,7 +277,7 @@ Page {
horizontalAlignment: Image.AlignHCenter
fillMode: Image.Pad
source: "image://svgimage-custom-color/edit.svg/" + palette.dark
source: "image://svgimage-custom-color/edit.svg/" + palette.windowText
sourceSize.width: scrollContentsColumn.rowIconWidth
sourceSize.height: scrollContentsColumn.rowIconWidth
}
@ -501,7 +501,7 @@ Page {
horizontalAlignment: Image.AlignHCenter
fillMode: Image.Pad
source: "image://svgimage-custom-color/lock-https.svg/" + palette.dark
source: "image://svgimage-custom-color/lock-https.svg/" + palette.windowText
sourceSize.width: scrollContentsColumn.rowIconWidth
sourceSize.height: scrollContentsColumn.rowIconWidth
}
@ -607,7 +607,7 @@ Page {
horizontalAlignment: Image.AlignHCenter
fillMode: Image.Pad
source: "image://svgimage-custom-color/calendar.svg/" + palette.dark
source: "image://svgimage-custom-color/calendar.svg/" + palette.windowText
sourceSize.width: scrollContentsColumn.rowIconWidth
sourceSize.height: scrollContentsColumn.rowIconWidth
}
@ -692,7 +692,7 @@ Page {
horizontalAlignment: Image.AlignHCenter
fillMode: Image.Pad
source: "image://svgimage-custom-color/edit.svg/" + palette.dark
source: "image://svgimage-custom-color/edit.svg/" + palette.windowText
sourceSize.width: scrollContentsColumn.rowIconWidth
sourceSize.height: scrollContentsColumn.rowIconWidth
}

View File

@ -19,7 +19,7 @@ import Style
BusyIndicator {
id: root
property color color: palette.dark
property color color: palette.windowText
property string imageSource: "image://svgimage-custom-color/change.svg/"
property int imageSourceSizeWidth: 64