You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has to do with time too. So once you press the button, we want it to change color.
When it's the next day at 12:01 am, we want it to change back to the original color.
So pseudo-code
if button = Date.today
button is green
if button.active
then change color the orange and keep orange
if button = Date.tomorrow, change back to green.
end
No description provided.
The text was updated successfully, but these errors were encountered: