Changes most uses of Color.Green to Color.LimeGreen for better visuals (#4666)
This commit is contained in:
@@ -44,7 +44,7 @@ namespace Content.Client.Light.Components
|
||||
|
||||
private static readonly StyleBoxFlat StyleBoxLit = new()
|
||||
{
|
||||
BackgroundColor = Color.Green
|
||||
BackgroundColor = Color.LimeGreen
|
||||
};
|
||||
|
||||
private static readonly StyleBoxFlat StyleBoxUnlit = new()
|
||||
|
||||
Reference in New Issue
Block a user