projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3201e8b
)
Fix font color light/dark of time in ActivityItemContent.
author
Camila Ayres
<hello@camilasan.com>
Tue, 3 Sep 2024 12:08:18 +0000
(14:08 +0200)
committer
Matthieu Gallien
<matthieu_gallien@yahoo.fr>
Fri, 6 Sep 2024 08:42:08 +0000
(10:42 +0200)
Signed-off-by: Camila Ayres <hello@camilasan.com>
src/gui/tray/ActivityItemContent.qml
patch
|
blob
|
history
diff --git
a/src/gui/tray/ActivityItemContent.qml
b/src/gui/tray/ActivityItemContent.qml
index 704cd8c7686996bb02b1dfe38d47148e3ac71353..00599b0b72024ffe511bda7817da0b82b5605ea4 100644
(file)
--- a/
src/gui/tray/ActivityItemContent.qml
+++ b/
src/gui/tray/ActivityItemContent.qml
@@
-153,7
+153,6
@@
RowLayout {
text: root.activityData.dateTime
font.pixelSize: Style.subLinePixelSize
- color: palette.midlight
visible: text !== ""
}