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

ThemeCardOptions.ImageTopRadius not working #3337

Closed
chachew opened this issue Jan 19, 2022 · 1 comment
Closed

ThemeCardOptions.ImageTopRadius not working #3337

chachew opened this issue Jan 19, 2022 · 1 comment
Assignees
Labels
Type: Bug 🐞 Something isn't working

Comments

@chachew
Copy link

chachew commented Jan 19, 2022

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.

@chachew chachew added the Type: Bug 🐞 Something isn't working label Jan 19, 2022
@stsrki
Copy link
Collaborator

stsrki commented Jan 20, 2022

Seems like a bug. Going to investigate.

@stsrki stsrki self-assigned this Jan 20, 2022
@stsrki stsrki added this to the 0.9.5 Support milestone Jan 20, 2022
@stsrki stsrki closed this as completed Jan 20, 2022
@stsrki stsrki changed the title ThemCardOptions.ImageTopRadius not working ThemeCardOptions.ImageTopRadius not working Jan 20, 2022
@stsrki stsrki added this to Support Aug 3, 2024
@stsrki stsrki moved this to ✔ Done in Support Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug 🐞 Something isn't working
Projects
Archived in project
Development

No branches or pull requests

2 participants