Skip to content
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

Merged
merged 7 commits into from
Dec 10, 2022

Conversation

BillyG83
Copy link
Contributor

@BillyG83 BillyG83 commented Dec 9, 2022

Tag custom padding added

@changeset-bot
Copy link

changeset-bot bot commented Dec 9, 2022

🦋 Changeset detected

Latest commit: 687f474

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@web3uikit/core Patch
@web3uikit/styles Patch

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

@github-actions
Copy link
Contributor

github-actions bot commented Dec 9, 2022

size-limit report 📦

Path Size
packages/core/dist/index.js 291.62 KB (+0.01% 🔺)
packages/icons/dist/index.es.js 128.56 KB (0%)
packages/web3/dist/index.js 1.46 MB (+0.01% 🔺)
packages/web3uikit/dist/index.js 1.86 MB (+0.01% 🔺)

${(p) =>
p.customize?.onHover && p.customize?.onHover === 'lighten'
? 'filter: brightness(1.1)'
: 'filter: brightness(10%)'};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe something is wrong here
But on hovering over any input story it goes black 🙈

image

Copy link
Contributor Author

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',
Copy link
Collaborator

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 🙈

Copy link
Collaborator

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} />

Copy link
Contributor Author

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 😅

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed TY @AbhinavMV 🙇

@BillyG83 BillyG83 merged commit b59075f into master Dec 10, 2022
@BillyG83 BillyG83 deleted the fix-updates-needed-for-new-project branch December 10, 2022 16:42
@github-actions github-actions bot mentioned this pull request Dec 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants