Skip to content
Snippets Groups Projects
Commit 5085af00 authored by Evan Husted's avatar Evan Husted
Browse files

UI: Changed the color of "Ingame" from yellow to orange to stand out better in light mode

parent 2c8edaf8
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ namespace Ryujinx.Ava.UI.Helpers
LocaleKeys.CompatibilityListNothing or
LocaleKeys.CompatibilityListBoots or
LocaleKeys.CompatibilityListMenus => Brushes.Red,
LocaleKeys.CompatibilityListIngame => Brushes.Yellow,
LocaleKeys.CompatibilityListIngame => Brushes.DarkOrange,
_ => Brushes.ForestGreen
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment