mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-05 18:40:50 +00:00
Change the divider height and color to be more consistent.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
@@ -195,14 +195,7 @@ QtObject {
|
||||
}
|
||||
|
||||
property color conversationDivider: {
|
||||
switch (MySettings.chatTheme) {
|
||||
case "LegacyDark":
|
||||
return blue900;
|
||||
case "Dark":
|
||||
return darkgray100;
|
||||
default:
|
||||
return gray100;
|
||||
}
|
||||
return dividerColor;
|
||||
}
|
||||
|
||||
property color settingsDivider: {
|
||||
|
Reference in New Issue
Block a user