# HG changeset patch # User Alys Brooks # Date 2022-10-11 05:04:05 # Node ID af2d62a85b16186f9fe7319acae899eed9fad60f # Parent 1ee0ff310392c850ba384257fa025c7ee7caccd1 Change popup background. diff --git a/isometric-park-fna/UI/StyleSets.cs b/isometric-park-fna/UI/StyleSets.cs --- a/isometric-park-fna/UI/StyleSets.cs +++ b/isometric-park-fna/UI/StyleSets.cs @@ -55,7 +55,7 @@ {ImGuiCol.Border, black}, {ImGuiCol.BorderShadow, black}, - {ImGuiCol.PopupBg, white}, + {ImGuiCol.PopupBg, grey}, {ImGuiCol.Button, grey_transparent}, {ImGuiCol.Text, black}