From 10576c3529cab81a1290cccd318823ae2410940a Mon Sep 17 00:00:00 2001 From: pjx206 Date: Mon, 5 Apr 2021 14:53:57 +0800 Subject: [PATCH] Optimize PathBar's visual experience --- qml/PathBar.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qml/PathBar.qml b/qml/PathBar.qml index 8199aec..7e46502 100644 --- a/qml/PathBar.qml +++ b/qml/PathBar.qml @@ -80,9 +80,13 @@ Item { inputMethodHints: Qt.ImhUrlCharactersOnly | Qt.ImhNoAutoUppercase text: control.url + color: Meui.Theme.darkMode ? "white" : "black" background: Rectangle { radius: Meui.Theme.smallRadius + color: Meui.Theme.darkMode ? Qt.darker(Meui.Theme.backgroundColor, 1.1) : "white" + border.width: Meui.Units.extendBorderWidth + border.color: Meui.Theme.highlightColor } onAccepted: {