mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-10 01:10:35 +00:00
AddCollectionView: fix label colors (#2484)
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
parent
f2cad6abaa
commit
22396a6fa1
@ -106,6 +106,7 @@ Rectangle {
|
|||||||
text: qsTr("Name")
|
text: qsTr("Name")
|
||||||
font.bold: true
|
font.bold: true
|
||||||
font.pixelSize: theme.fontSizeLarger
|
font.pixelSize: theme.fontSizeLarger
|
||||||
|
color: theme.settingsTitleTextColor
|
||||||
}
|
}
|
||||||
|
|
||||||
MyTextField {
|
MyTextField {
|
||||||
@ -138,6 +139,7 @@ Rectangle {
|
|||||||
text: qsTr("Folder")
|
text: qsTr("Folder")
|
||||||
font.bold: true
|
font.bold: true
|
||||||
font.pixelSize: theme.fontSizeLarger
|
font.pixelSize: theme.fontSizeLarger
|
||||||
|
color: theme.settingsTitleTextColor
|
||||||
}
|
}
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
|
Loading…
Reference in New Issue
Block a user