AddCollectionView: fix label colors (#2484)

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
pull/2486/head
Jared Van Bortel 3 months ago committed by GitHub
parent f2cad6abaa
commit 22396a6fa1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -106,6 +106,7 @@ Rectangle {
text: qsTr("Name")
font.bold: true
font.pixelSize: theme.fontSizeLarger
color: theme.settingsTitleTextColor
}
MyTextField {
@ -138,6 +139,7 @@ Rectangle {
text: qsTr("Folder")
font.bold: true
font.pixelSize: theme.fontSizeLarger
color: theme.settingsTitleTextColor
}
RowLayout {

Loading…
Cancel
Save