summaryrefslogtreecommitdiff
path: root/ui/qt/label_stack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/label_stack.cpp')
-rw-r--r--ui/qt/label_stack.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/ui/qt/label_stack.cpp b/ui/qt/label_stack.cpp
index a41132a6cc..142d097716 100644
--- a/ui/qt/label_stack.cpp
+++ b/ui/qt/label_stack.cpp
@@ -64,11 +64,12 @@ void LabelStack::fillLabel() {
if (si->ctx == temporary_ctx_) {
style_sheet += QString(
- " border-radius: 0.25em;"
- " color: black;"
- " background-color: #%1;"
- )
- .arg(tango_butter_4, 6, 16, QChar('0'));
+ " border-radius: 0.25em;"
+ " color: #%1;"
+ " background-color: #%2;"
+ )
+ .arg(tango_aluminium_6, 6, 16, QChar('0'))
+ .arg(tango_butter_2, 6, 16, QChar('0'));
}
style_sheet += "}";