mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
don't use palette.dark for icons in share page
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
This commit is contained in:
parent
2ec086ab08
commit
f2977ff3ff
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user