summaryrefslogtreecommitdiff
path: root/widgets/StyledText.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-30 19:44:48 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-30 19:44:48 +1000
commit9b4324310ddb472493b5402a6290a057af7fdcab (patch)
treecf8ebccf2c2c2346b7ff94ffd94b45c8f4ac5593 /widgets/StyledText.qml
parentrefactor: use layout for bar (diff)
downloadcaelestia-shell-9b4324310ddb472493b5402a6290a057af7fdcab.tar.gz
caelestia-shell-9b4324310ddb472493b5402a6290a057af7fdcab.tar.bz2
caelestia-shell-9b4324310ddb472493b5402a6290a057af7fdcab.zip
feat: use material colours
Diffstat (limited to 'widgets/StyledText.qml')
-rw-r--r--widgets/StyledText.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/StyledText.qml b/widgets/StyledText.qml
index fc4ad40..f95414f 100644
--- a/widgets/StyledText.qml
+++ b/widgets/StyledText.qml
@@ -11,7 +11,7 @@ Text {
property int animateDuration: Appearance.anim.durations.normal
renderType: Text.NativeRendering
- color: Appearance.colours.text
+ color: Appearance.colours.m3onSurface
font.family: Appearance.font.family.sans
font.pointSize: Appearance.font.size.smaller