sidebar/notifs: dimmer action text

This commit is contained in:
2 * r + 2 * t 2025-09-20 16:04:42 +10:00
parent 98a5a62a82
commit 42f8acedca

View file

@ -159,6 +159,7 @@ Item {
MaterialIcon {
animate: action.modelData.isCopy ?? false
text: action.modelData.isCopy ? "content_copy" : "close"
color: Colours.palette.m3onSurfaceVariant
}
}
@ -175,6 +176,7 @@ Item {
StyledText {
text: action.modelData.text
color: Colours.palette.m3onSurfaceVariant
}
}