Skip to content

Commit

Permalink
[foilpics] Tweaked badge color for the default group
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Jun 22, 2022
1 parent bf971d9 commit 0858524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/EncryptedGroup.qml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Item {
SectionHeader {
id: groupHeaderLabel

color: (groupHeader.highlighted || !groupHeader.isInteractive)? Theme.highlightColor : Theme.primaryColor
color: (groupHeader.highlighted || selectable)? Theme.highlightColor : Theme.primaryColor
anchors {
left: badge.visible ? badge.right : parent.left
leftMargin: badge.visible ? Theme.paddingLarge : Theme.horizontalPageMargin
Expand Down

0 comments on commit 0858524

Please sign in to comment.