summaryrefslogtreecommitdiffstats
path: root/framework/qml/Icons.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/Icons.qml')
-rw-r--r--framework/qml/Icons.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml
index 1fa3aab2..4f056ac5 100644
--- a/framework/qml/Icons.qml
+++ b/framework/qml/Icons.qml
@@ -33,9 +33,9 @@ Item {
33 property string success: "dialog-ok" 33 property string success: "dialog-ok"
34 property string success_inverted: "dialog-ok-inverted" 34 property string success_inverted: "dialog-ok-inverted"
35 35
36 property string markAsRead: "mail-mark-read-inverted" 36 property string markAsRead: "mail-mark-read"
37 property string markAsUnread: "mail-mark-unread-new-inverted" 37 property string markAsUnread: "mail-mark-unread-new"
38 property string markImportant: "kubeimportant-inverted" 38 property string markImportant: "kubeimportant"
39 property string markUnimportant: "kubeunimportant" 39 property string markUnimportant: "kubeunimportant"
40 property string isImportant: "kubeimportant" 40 property string isImportant: "kubeimportant"
41 property string undo: "edit-undo-inverted" 41 property string undo: "edit-undo-inverted"