diff --git a/src/App/Theme.luau b/src/App/Theme.luau index 710cf7e..a719a9c 100644 --- a/src/App/Theme.luau +++ b/src/App/Theme.luau @@ -125,6 +125,7 @@ do -- :P local now = DateTime.now():ToLocalTime() if now.Month == 4 and now.Day == 1 then + Theme.Colors.Brand = Color3.fromHex("e13835") Theme.CornerRadius = 0 end end