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

Updated to latest version of chakra ui #2365

Merged
merged 1 commit into from Dec 2, 2023

Conversation

RunDevelopment
Copy link
Member

I also had to fix 2 minor thing:

  • They seem to have fixed HStack. It previously applied its spacing to position: absolute children except for the last one. It not doesn't apply spacing to those elements at all. Unfortunately, this also broke the positioning of inputs with handles, so I fixed that.
  • They changed the size of number input stepper icons (the up down buttons). They were way too big, so I made them smaller in CSS. Using chakra props like usual wasn't possible.

With those things fixed, it looks just like before.

Copy link
Member

@joeyballentine joeyballentine left a comment

Choose a reason for hiding this comment

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

👍

@joeyballentine joeyballentine merged commit 7cc2845 into chaiNNer-org:main Dec 2, 2023
7 checks passed
@RunDevelopment RunDevelopment deleted the update-chakra branch December 2, 2023 17:13
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.

None yet

2 participants