-
Notifications
You must be signed in to change notification settings - Fork 952
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: use Lucide icons in DataSources and simplify DOM #7086
Conversation
<button className="p-auto pointer-events-auto mt-2 flex h-10 w-10 items-center justify-center self-center rounded-full border bg-zinc-50 text-black shadow-md"> | ||
<X /> | ||
</button> | ||
<Button icon={<X />} type="secondary" backgroundClasses="pointer-events-auto" /> |
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.
@Alportan I know we have discussed this button before (the white button) but I decided to switch it to use the button component here and therefore it will follow the theme.
I think it should be fine as it has an outline and it will help with keeping things uniform as other tooltips don't have this white icon.
I will also switch other tooltips to use the button component so it's uniform in both style and functionality.
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.
Small detail but looks good
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 🐟
Issue
We were not using Lucide icons for all of the icons here.
Part of: AVO-439
Description
Switches to use Lucide icons.
Double check
pnpx prettier@2 --write .
andpoetry run format
in the top level directory to format my changes.