AddCollectionView: fix label colors (#2484)

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel
2024-06-28 17:50:12 -04:00
committed by GitHub
parent f2cad6abaa
commit 22396a6fa1

View File

@@ -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 {