Skip to content

Commit

Permalink
Change default input color
Browse files Browse the repository at this point in the history
  • Loading branch information
pixtur committed Sep 8, 2024
1 parent 4395ebc commit 171748a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/Gui/Styling/UiColors.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static class UiColors

public static Color BackgroundTabActive = Color.FromString("#3A3A3A");
public static Color BackgroundTabInActive = Color.FromString("#CC282828");
public static Color BackgroundInputField = Color.FromString("#222222");
public static Color BackgroundInputField = Color.FromString("#141414");
public static Color BackgroundInputFieldHover = new(0.1f, 0.1f, 0.1f, 1f);
public static Color BackgroundInputFieldActive = new(0f, 0f, 0f, 1f);

Expand Down

0 comments on commit 171748a

Please sign in to comment.