Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@nextcloud.com>2020-06-15 20:06:59 +0300
committerCamila <smayres@gmail.com>2020-06-16 19:52:20 +0300
commitf147e5a66f43657805542904b43e0b4e662ffe04 (patch)
treebbd1e20cf62ffec09791b57bee9f2ab16acd8d6e /src/gui/tray/UserLine.qml
parent2096e8295d9310bb08666b8f48fa16f19b532926 (diff)
Don't use a bright blue color for menus
As advised, use a light gray instead, this electric blue was a bit too much. Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
Diffstat (limited to 'src/gui/tray/UserLine.qml')
-rw-r--r--src/gui/tray/UserLine.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/tray/UserLine.qml b/src/gui/tray/UserLine.qml
index 6b0494035..706eccb49 100644
--- a/src/gui/tray/UserLine.qml
+++ b/src/gui/tray/UserLine.qml
@@ -133,7 +133,7 @@ MenuItem {
width: 120
background: Rectangle {
- border.color: Style.ncBlue
+ border.color: Style.menuBorder
radius: 2
}