Skip to content

Commit

Permalink
Fix font color light/dark of time in ActivityItemContent.
Browse files Browse the repository at this point in the history
Signed-off-by: Camila Ayres <[email protected]>
  • Loading branch information
camilasan committed Sep 3, 2024
1 parent 6b17b51 commit d71558e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/tray/ActivityItemContent.qml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ RowLayout {

text: root.activityData.dateTime
font.pixelSize: Style.subLinePixelSize
color: palette.midlight
visible: text !== ""
}

Expand Down

0 comments on commit d71558e

Please sign in to comment.