-
Notifications
You must be signed in to change notification settings - Fork 23
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
chore: update icons #1577
chore: update icons #1577
Conversation
✅ Deploy Preview for goofy-euclid-75956c ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for flanksource-demo-stable ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for clerk-saas-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Looks good, just a few nitpicks here and there
} | ||
|
||
export const ConfigIcon: React.FC<ConfigIconProps> = memo( | ||
({ className = "h-5 mr-1", config, ...props }) => { | ||
({ className = "h-5 w-auto mr-1", config, ...props }) => { |
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.
Just wondering about the mr-1, I think the better practice is to leave the component without a margin and use gap-* or space-x-* utility to add space between elements as needed.
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.
The only issue with using space-x, is if you forget about it - which happens often
chore: update icons chore: lint fixes
chore: lint fixes chore: update icons
chore: organize imports chore: fix tests
chore: consistent link styling
chore: improve canary table rendering
chore: add react-responsive
chore: fix build error
Fixes #1599 |
No description provided.