detect/detect.gui/Assets/PathIcon.axaml
2024-11-13 17:09:15 +08:00

35 lines
1.5 KiB
XML

<Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Style Selector="PathIcon">
<Setter Property="Foreground" Value="{StaticResource Dark}" />
</Style>
<Style Selector="PathIcon.logo">
<Setter Property="Data" Value="{StaticResource LogoData}" />
<Setter Property="Foreground" Value="{StaticResource Blue2}" />
<Setter Property="Width" Value="36" />
<Setter Property="Height" Value="36" />
</Style>
<!-- <Style Selector="PathIcon.logo.header"> -->
<!-- <Setter Property="Width" Value="32" /> -->
<!-- <Setter Property="Height" Value="32" /> -->
<!-- </Style> -->
<Style Selector="PathIcon.login-user">
<Setter Property="Data" Value="{StaticResource LoginData}" />
<Setter Property="Foreground" Value="{StaticResource Blue1}" />
<Setter Property="Width" Value="39" />
<Setter Property="Height" Value="39" />
</Style>
<!-- <Style Selector="PathIcon.account-icon"> -->
<!-- <Setter Property="Data" Value="{StaticResource LoginData}" /> -->
<!-- <Setter Property="Foreground" Value="{StaticResource Blue1}" /> -->
<!-- <Setter Property="Width" Value="19" /> -->
<!-- <Setter Property="Height" Value="19" /> -->
<!-- </Style> -->
<Style Selector="PathIcon.dialog-icon">
<Setter Property="Foreground" Value="{StaticResource Light}" />
<Setter Property="Width" Value="19" />
<Setter Property="Height" Value="19" />
</Style>
</Styles>