Widgets/SimpleWidgetStyles: Fix ImageButtonWidget pressed color

This commit is contained in:
SirLynix 2023-10-18 10:06:22 +02:00
parent da2b49d719
commit a46e61e2e5
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ namespace Nz
}
else
{
m_sprite->SetColor(owner->GetColor() * Nz::Color::FromRGB8(120, 0, 0));
m_sprite->SetColor(owner->GetColor() * Nz::Color::FromRGB8(120, 120, 120));
m_sprite->SetMaterial(owner->GetMaterial());
}
}