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
When setting a new Theme, i cannot get the ThemCardOptions.ImageTopRadius to eve be overridden.
Version 0.9.5.4
private Theme theme = new Theme { ColorOptions = new ThemeColorOptions { Primary = "#45B1E8", Secondary = "#A65529", Dark = "#000000" }, IsRounded = false, // Applies to all components. Cards, Buttons etc.. CardOptions = new ThemeCardOptions { ImageTopRadius = "0px" } };
I have tried to set the string as "0" and "0px" with no change in the UI.
The text was updated successfully, but these errors were encountered:
Seems like a bug. Going to investigate.
Sorry, something went wrong.
stsrki
No branches or pull requests
When setting a new Theme, i cannot get the ThemCardOptions.ImageTopRadius to eve be overridden.
Version 0.9.5.4
I have tried to set the string as "0" and "0px" with no change in the UI.
The text was updated successfully, but these errors were encountered: