How can i modify the Theme Basic? Like the primary color of Buttons or styles in general?
I try with this that i found in the Developer guide but show me a error!
<Fuse.BasicTheme>
<Button FontSize="20"/>
</Fuse.BasicTheme>
Or
<Fuse.BasicTheme.BasicTheme ColorScheme="Amber">
Thanks!