Skip to content

Commit

Permalink
Improve color on certain days (#12)
Browse files Browse the repository at this point in the history
* Improve color on certain days

* Update src/App/Theme.luau

Co-authored-by: Dervex <[email protected]>

---------

Co-authored-by: Dervex <[email protected]>
  • Loading branch information
pinehappi and DervexDev authored Nov 20, 2024
1 parent ca3cae5 commit 9d2cc16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App/Theme.luau
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d2cc16

Please sign in to comment.