Align colors disabled settings textfield (5 min fix).

CURA-9252
This commit is contained in:
Remco Burema 2022-05-05 17:54:06 +02:00
parent 509b7d65d5
commit 76d5f92975
2 changed files with 3 additions and 3 deletions

View file

@ -60,7 +60,7 @@ SettingItem
color: {
if(!enabled)
{
return UM.Theme.getColor("text_field")
return UM.Theme.getColor("setting_control_disabled")
}
switch(propertyProvider.properties.validationState)
{