From 22396a6fa17467ef52c66480f10ac57bf2afc225 Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Fri, 28 Jun 2024 17:50:12 -0400 Subject: [PATCH] AddCollectionView: fix label colors (#2484) Signed-off-by: Jared Van Bortel --- gpt4all-chat/qml/AddCollectionView.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gpt4all-chat/qml/AddCollectionView.qml b/gpt4all-chat/qml/AddCollectionView.qml index ba734329..def0579a 100644 --- a/gpt4all-chat/qml/AddCollectionView.qml +++ b/gpt4all-chat/qml/AddCollectionView.qml @@ -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 {