Skip to content

Commit

Permalink
Changed tag icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowTheAge committed Jan 5, 2021
1 parent 3502ff0 commit 6c2a459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YAFC/Workspace/ProductionTable/ProductionTableView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ private static readonly (Icon icon, SchemeColor color)[] tagIcons = {
(Icon.Help, SchemeColor.BackgroundText),
(Icon.Time, SchemeColor.BackgroundText),
(Icon.DarkMode, SchemeColor.BackgroundText),
(Icon.Plus, SchemeColor.BackgroundText),
(Icon.Settings, SchemeColor.BackgroundText),
};

private void BuildRowMarker(ImGui gui, RecipeRow row)
Expand Down

0 comments on commit 6c2a459

Please sign in to comment.