Fix font color light/dark of time in ActivityItemContent.
authorCamila Ayres <hello@camilasan.com>
Tue, 3 Sep 2024 12:08:18 +0000 (14:08 +0200)
committerMatthieu 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

index 704cd8c7686996bb02b1dfe38d47148e3ac71353..00599b0b72024ffe511bda7817da0b82b5605ea4 100644 (file)
@@ -153,7 +153,6 @@ RowLayout {
 
                 text: root.activityData.dateTime
                 font.pixelSize: Style.subLinePixelSize
-                color: palette.midlight
                 visible: text !== ""
             }