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

[Bug]: Themes - colorPalette with <10 values uses defaults for undefined values #2893

Closed
archiewood opened this issue Dec 11, 2024 · 0 comments · Fixed by #2894
Closed

[Bug]: Themes - colorPalette with <10 values uses defaults for undefined values #2893

archiewood opened this issue Dec 11, 2024 · 0 comments · Fixed by #2894
Assignees
Labels
bug Something isn't working

Comments

@archiewood
Copy link
Member

archiewood commented Dec 11, 2024

Describe the bug

theme:
  colorPalettes:
    default:
      light:
        - "#000000"  # Black
        - "#1A1A1A"  # 10% Gray
        - "#333333"  # 20% Gray
        - "#4D4D4D"  # 30% Gray
        - "#666666"  # 40% Gray
      dark:
        - "#FFFFFF"  # White
        - "#E6E6E6"  # 90% Gray
        - "#CCCCCC"  # 80% Gray
        - "#B3B3B3"  # 70% Gray
        - "#999999"  # 60% Gray

Image

@archiewood archiewood added bug Something isn't working to-review Evidence team to review labels Dec 11, 2024
@zachstence zachstence removed the to-review Evidence team to review label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants