sidebar/notifs: dimmer action text
This commit is contained in:
parent
98a5a62a82
commit
42f8acedca
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue