-
Notifications
You must be signed in to change notification settings - Fork 8
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 quotecomponent #2833 #2834
base: main
Are you sure you want to change the base?
Conversation
web/icons/QuoteSymbol.tsx
Outdated
const QuoteSymbol = ({ iconSize }: { iconSize?: string }) => { | ||
return ( | ||
<svg | ||
fill="var(--quote-icon-color)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we change fill to currentColor and in the quote component set the text color to switch?
And remove the css variables from old themes.js file and into tailwind and Quote component?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
No description provided.