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
/** * Color for the done button */exportconstgetDoneColorLambda=(theme?: AppTheme): string=>{switch(theme){caseAppTheme.Halloween:
returnHalloween.fivecaseAppTheme.Christmas:
returnChristmas.fivedefault:
return`green`}}
What should be done?
Theme applied for mouse on non-hover
Theme applied for mouse on hover
The text was updated successfully, but these errors were encountered:
Background
Done!
with a color with the following code:What should be done?
The text was updated successfully, but these errors were encountered: