-
Notifications
You must be signed in to change notification settings - Fork 269
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
Fix updates needed for new project #942
Conversation
🦋 Changeset detectedLatest commit: 687f474 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
size-limit report 📦
|
${(p) => | ||
p.customize?.onHover && p.customize?.onHover === 'lighten' | ||
? 'filter: brightness(1.1)' | ||
: 'filter: brightness(10%)'}; |
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.
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.
fix Ty bud
@@ -11,6 +11,7 @@ const Tag: React.FC<TagProps> = ({ | |||
hasCancel = false, | |||
id, | |||
onCancelClick, | |||
padding, | |||
text = 'Tag', | |||
theme = 'regular', | |||
tone = 'light', |
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.
padding needs to be passed to TagStyled
tag 🙈
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.
Also in this file below on line 48, old color is being used. Looks like we missed this file.
<Cross title="cross icon" titleId="tag cross icon" fill={colors.grey} />
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.
I THOUGHT YOU WERE SUPPOSED TO BE TAKING THE WEEKEND OFF!!!
LOL! great catches TY, it was late 😅
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.
fixed TY @AbhinavMV 🙇
Tag custom padding added