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

refactor: use @ant-design/fast-color instead #4070

Merged
merged 5 commits into from
Aug 7, 2024
Merged

refactor: use @ant-design/fast-color instead #4070

merged 5 commits into from
Aug 7, 2024

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    cb9bc55 View commit details
    Browse the repository at this point in the history
  2. fix: test failed

    likui628 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4986f0e View commit details
    Browse the repository at this point in the history
  3. chore: remove isValidColor

    All FastColor objects are valid. So isValid is always true.
    FastColor("not-a-color") -> `#000000`
    likui628 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    735b03f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e744ca View commit details
    Browse the repository at this point in the history
  5. fix: ci fail

    likui628 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8fb3971 View commit details
    Browse the repository at this point in the history