diff options
Diffstat (limited to 'modules/launcher/ContentList.qml')
| -rw-r--r-- | modules/launcher/ContentList.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/launcher/ContentList.qml b/modules/launcher/ContentList.qml index 74c229a..253bcf0 100644 --- a/modules/launcher/ContentList.qml +++ b/modules/launcher/ContentList.qml @@ -139,7 +139,7 @@ Item { id: icon text: "manage_search" - color: Appearance.colours.m3outline + color: Appearance.colours.m3onSurfaceVariant font.pointSize: Appearance.font.size.extraLarge anchors.verticalCenter: parent.verticalCenter @@ -153,7 +153,7 @@ Item { anchors.verticalCenter: parent.verticalCenter text: qsTr("No results") - color: Appearance.colours.m3outline + color: Appearance.colours.m3onSurfaceVariant font.pointSize: Appearance.font.size.larger font.weight: 500 } |