mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-12 05:49:07 +00:00
New lightmode and darkmode themes with UI revamp.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
10
gpt4all-chat/qml/MySettingsLabel.qml
Normal file
10
gpt4all-chat/qml/MySettingsLabel.qml
Normal file
@@ -0,0 +1,10 @@
|
||||
import QtCore
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import QtQuick.Controls.Basic
|
||||
|
||||
Label {
|
||||
color: theme.titleTextColor
|
||||
font.pixelSize: theme.fontSizeLarge - 4
|
||||
font.bold: true
|
||||
}
|
Reference in New Issue
Block a user