We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
it is possible to reduce code repetition with function
const getCustomStyle = (border:string, backgroundColor: string, color:string, outline: string, fill: string) => ({ border, backgroundColor, color, outline, svg: { fill, }, })
Originally posted by @Deeved in #44 (comment)
The text was updated successfully, but these errors were encountered:
refactor: improve style chip with css object #62
b08fd2b
refactor: improve func call #62 🔨
2f59b36
refactor: improve style chip with css object #62 🔨 (#71)
981dd84
Co-authored-by: Jairo Chaves <jairochaves2@gmail.com>
iurynogueira
Successfully merging a pull request may close this issue.
Originally posted by @Deeved in #44 (comment)
The text was updated successfully, but these errors were encountered: