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

Spinner doesn't apply color theming #1420

Open
2 tasks done
vitalijalbu opened this issue Jun 13, 2024 · 1 comment
Open
2 tasks done

Spinner doesn't apply color theming #1420

vitalijalbu opened this issue Jun 13, 2024 · 1 comment

Comments

@vitalijalbu
Copy link

  • I have searched the Issues to see if this bug has already been reported
  • I have tested the latest version

Steps to reproduce

  1. create a spinner
  2. assing color="blue" or info
  3. change color in theme.js
  4. nothing happens

Current behavior

Basically I want to have a blue spinner, so I need to create another color right? Well it doesn't chage color, you see spiner blank.

Screenshot 2024-06-13 alle 07 01 42

Expected behavior

Blue spinner

Context

my code:

export const customTheme = createTheme({
  spinner: {
      base: "inline animate-spin text-gray-200",
      color: {
        info: twMerge("fill-blue-600"),
        blue: twMerge("fill-blue-400"),
      },
  },
}
@vitalijalbu vitalijalbu changed the title Spinner doesn't apply color themeing Spinner doesn't apply color theming Jun 13, 2024
@MateoWartelle
Copy link
Contributor

Ill take look and submit pr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants