Getting Current Office Color and BaseLayerLuminance when using FluentDesignTheme #1128
-
How to get the Current Office Color and BaseLayerLuminance when using FluentDesignTheme, I found that GlobalState, BaseLayerLuminance and AccentColorBase Doesn't Update After Changing the Theme, These Always Stays at Default On my case, I have BlazorApexChart, Which Get's the Current Theme and Color from BaseLayerLuminance and AccentColorBase, But After using FluentDesignTheme, it always Stays at Default Value |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You should find out how to use On the other hand, this component is not linked to the |
Beta Was this translation helpful? Give feedback.
Thanks Sorted the issue, Seems like I was Setting the Theme on OnInitialized, Instead I Set the BlazorApexChart Theme on OnAfterRender, Therefore FluentDesignTheme is Fully Rendered and Outputs the Current Theme Values