You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi i'm going to add some property attributes to mud palette so I created new class as you can see in the picture:
and then I used that in PresetThemes.cs class like this
Now as a result I can see my property in c# code but I can't use it as a CSS variable like this var(--mud-palette-ForegroundColor).
How can i solve this problem?
The text was updated successfully, but these errors were encountered:
Hi i'm going to add some property attributes to mud palette so I created new class as you can see in the picture:
and then I used that in PresetThemes.cs class like this
Now as a result I can see my property in c# code but I can't use it as a CSS variable like this var(--mud-palette-ForegroundColor).
How can i solve this problem?
The text was updated successfully, but these errors were encountered: