diff --git a/qml/ChatDrawer.qml b/qml/ChatDrawer.qml index 882fcf09..b3a04fed 100644 --- a/qml/ChatDrawer.qml +++ b/qml/ChatDrawer.qml @@ -83,7 +83,7 @@ Drawer { property bool isCurrent: LLM.chatListModel.currentChat === LLM.chatListModel.get(index) color: index % 2 === 0 ? theme.backgroundLight : theme.backgroundLighter border.width: isCurrent - border.color: theme.backgroundLightest + border.color: chatName.readOnly ? theme.assistantColor : theme.userColor TextField { id: chatName anchors.left: parent.left