-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
ShadBorder sides isn't merged #184
Comments
I was sure that I already addressed this issue. With ShadBorder.all do you have the same issue? This is the default border of the input theme border: ShadBorder.all(
width: 2,
color: colorScheme.border,
radius: radius,
), And if in the Input field I use |
This is a broader issue. |
For this specifically, the merge is much more complex: |
Steps to reproduce
Expected results
Actual results
It's completely replaced!
ShadBorder sides has a default of BorderSide.none instead of
null
, so acopyWith
will result in these values getting replaced!shadcn_ui version
0.14.1
Platform
MacOS, Windows, Linux, Android, iOS, Web
Code sample
Code sample
Screenshots or Video
Screenshots / Video demonstration
Why is the border gone
Recording.2024-10-31.144225.mp4
Logs
Logs
The text was updated successfully, but these errors were encountered: