Fix faulty dark/light mode switching in UnifiedSearchInputContainer

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2023-05-31 14:02:33 +08:00
parent 5e554b2c82
commit 27f5d826bb
No known key found for this signature in database
GPG key ID: C839200C384636B0

View file

@ -42,8 +42,6 @@ TextField {
selectByMouse: true selectByMouse: true
palette.text: palette.midlight
background: Rectangle { background: Rectangle {
radius: 5 radius: 5
border.color: parent.activeFocus ? UserModel.currentUser.accentColor : palette.dark border.color: parent.activeFocus ? UserModel.currentUser.accentColor : palette.dark