Change section headers to be lighter and smaller as per Vincent.

Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
Adam Treat
2024-06-26 13:48:02 -04:00
parent f8a935d8a6
commit 88f5face2b
2 changed files with 14 additions and 2 deletions

View File

@@ -109,8 +109,8 @@ Rectangle {
topPadding: 15
bottomPadding: 5
text: parent.section
color: theme.styledTextColor
font.pixelSize: theme.fontSizeLarge
color: theme.chatDrawerSectionHeader
font.pixelSize: theme.fontSizeSmaller
}
}
}