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

Feature request: adjust grey color in palette to support Button, Badge, etc #55

Open
shdq opened this issue Mar 20, 2023 · 0 comments
Open
Labels
discussion Discusstion about the topic enhancement New feature or request

Comments

@shdq
Copy link
Owner

shdq commented Mar 20, 2023

Initially, grey color in the theme was introduced for the Card and TextInput components.

Adjusting grey color to other colors will let to use it for components like Button and Badge.

Current shades of grey are: 000, 300, 400, 500, and 700.
Other colors have shades: 000, 100, 400, 500, and 600.

Required changes

For grey color shift overlapping shades used in other colors to vacant numbers. Add new shades and adjust Card and TextInput component shades. Some shades may be reused.

Changes should be done to both grey and darkGrey palettes.

Steps:

  • Introduce new shades for grey and darkGrey as in other colors
  • Adjust Card and TextInput color with new shades
  • Add grey color for Button and Badge
  • Update docs
  • Add unit tests
@shdq shdq added enhancement New feature or request discussion Discusstion about the topic labels Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Discusstion about the topic enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant