Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Done Button with Theme! #79

Open
mlajkim opened this issue Dec 14, 2024 · 0 comments · May be fixed by #81
Open

Feat: Done Button with Theme! #79

mlajkim opened this issue Dec 14, 2024 · 0 comments · May be fixed by #81
Assignees
Labels
enhancement New feature or request

Comments

@mlajkim
Copy link
Contributor

mlajkim commented Dec 14, 2024

Background

Done! with a color with the following code:

/**
 * Color for the done button
 */
export const getDoneColorLambda = (theme?: AppTheme): string => {
  switch (theme) {
    case AppTheme.Halloween:
      return Halloween.five
    case AppTheme.Christmas:
      return Christmas.five
    default:
      return `green`
  }
}

What should be done?

  • Theme applied for mouse on non-hover
  • Theme applied for mouse on hover
@mlajkim mlajkim added the enhancement New feature or request label Dec 14, 2024
@mlajkim mlajkim self-assigned this Dec 14, 2024
@mlajkim mlajkim linked a pull request Dec 20, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant