Fix action numbers (/handle UI default theme update) (#15840)

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
Skye
2023-05-14 20:45:56 -07:00
committed by GitHub
parent d49bb89145
commit fac42ef0c0
9 changed files with 4 additions and 2 deletions

View File

@@ -232,6 +232,7 @@ namespace Content.Client.UserInterface.Controls
protected override void OnThemeUpdated()
{
base.OnThemeUpdated();
StorageButton.TextureNormal = Theme.ResolveTexture(_storageTexturePath);
ButtonRect.Texture = Theme.ResolveTexture(_buttonTexturePath);
HighlightRect.Texture = Theme.ResolveTexture(_highlightTexturePath);