We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 186f3d8 + 8f21b73 commit 77f09b3Copy full SHA for 77f09b3
components/Shimmer/src/Shimmer/Shimmer.xaml
@@ -20,7 +20,11 @@
20
</ResourceDictionary>
21
</ResourceDictionary.ThemeDictionaries>
22
23
- <Style TargetType="labs:Shimmer">
+ <Style BasedOn="{StaticResource DefaultShimmerStyle}"
24
+ TargetType="labs:Shimmer" />
25
+
26
+ <Style x:Key="DefaultShimmerStyle"
27
+ TargetType="labs:Shimmer">
28
<Setter Property="Background" Value="{ThemeResource ShimmerBackground}" />
29
<Setter Property="CornerRadius" Value="4" />
30
<Setter Property="MinWidth" Value="40" />
0 commit comments