We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec29ae7 commit c70fcbbCopy full SHA for c70fcbb
HQStudio.Desktop/Styles/ThemeLight.xaml
@@ -621,4 +621,17 @@
621
</Setter>
622
</Style>
623
624
+ <!-- ============================================== -->
625
+ <!-- LEGACY BUTTON ALIASES -->
626
627
+
628
+ <!-- ButtonPrimary - alias for BtnPrimary -->
629
+ <Style x:Key="ButtonPrimary" TargetType="Button" BasedOn="{StaticResource BtnPrimary}"/>
630
631
+ <!-- ButtonSecondary - alias for BtnSecondary -->
632
+ <Style x:Key="ButtonSecondary" TargetType="Button" BasedOn="{StaticResource BtnSecondary}"/>
633
634
+ <!-- SecondaryButton - alias for BtnSecondary -->
635
+ <Style x:Key="SecondaryButton" TargetType="Button" BasedOn="{StaticResource BtnSecondary}"/>
636
637
</ResourceDictionary>
0 commit comments