Browse Source

Textfield was in incorrect style

CURA-8640
j.delarago 2 years ago
parent
commit
359bcc1bee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/ColorDialog.qml

+ 1 - 1
resources/qml/ColorDialog.qml

@@ -107,7 +107,7 @@ UM.Dialog
                 text: catalog.i18nc("@label", "Hex")
             }
 
-            TextField
+            Cura.TextField
             {
                 id: colorInput
                 Layout.fillWidth: true