We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Environment
Describe the bug -rounded class doesn't work over TextFields in Nativescript 7.0.0.
-rounded
To Reproduce Simple example:
<StackLayout class="nt-form"> <TextField hint="Rounded" class="-rounded m-t-10"></TextField> </StackLayout>
Expected behavior The rounded TextField should look like rounded buttons (the same as rounded TextFields before Nativescript 7)
Sample project https://github.com/mohammadrafigh/ns-theme-issue
The text was updated successfully, but these errors were encountered:
Well after some investigations I found that it's related to theme v2.3.3, because it works perfect in v2.2.1
Sorry, something went wrong.
Got the same problem with Button with -rounded-lg. I was able to fix it by downgrading the version from 2.3.4 to 2.3.0.
No branches or pull requests
Environment
Describe the bug
-rounded
class doesn't work over TextFields in Nativescript 7.0.0.To Reproduce
Simple example:
Expected behavior
The rounded TextField should look like rounded buttons (the same as rounded TextFields before Nativescript 7)
Sample project
https://github.com/mohammadrafigh/ns-theme-issue
The text was updated successfully, but these errors were encountered: