Closed BinaryAssault closed 1 year ago
Can you try passing your existing color resource as ColorsOverride
?
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary x:Name="appColors" Source="Resources/Styles/Colors.xaml" />
<m:StyleResource ColorsOverride="{x:Reference appColors}" />
</ResourceDictionary.MergedDictionaries>
https://enisn-projects.io/docs/en/uranium/latest/themes/material/ColorsAndStyles#changing-colors
That worked, thanks!
Using the latest pre-release UI, using the code below, I get an exception
Error occurs here https://github.com/enisn/UraniumUI/blob/488e467413007e2be606ba74227fe8a218496012/src/UraniumUI/Resources/StyleResource.xaml#L23