This commit is contained in:
ShrlAlgo
2025-08-20 12:10:35 +08:00
parent fcd306b0f7
commit 955a01f564
962 changed files with 7893 additions and 127784 deletions

View File

@@ -1,7 +1,7 @@
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:conv="clr-namespace:NeumUI.Converters"
xmlns:local="clr-namespace:NeumUI.Controls"
xmlns:conv="clr-namespace:NeoUI.Converters"
xmlns:local="clr-namespace:NeoUI.Controls"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Style TargetType="Button" x:Key="AntDeleteButtonStyle">
@@ -96,7 +96,7 @@
<DataTemplate DataType="{x:Type local:UploadFileItem}">
<Border
Background="{DynamicResource BackgroundContainerBrush}"
BorderBrush="{DynamicResource BorderSubtleBrush}"
BorderBrush="{DynamicResource BorderNormalBrush}"
BorderThickness="1"
CornerRadius="2"
Margin="0,4"
@@ -173,7 +173,7 @@
Duration="0:0:0.2"
Storyboard.TargetName="DropAreaBorder"
Storyboard.TargetProperty="(Border.BorderBrush).(SolidColorBrush.Color)"
To="{DynamicResource PrimaryDefaultColor}" />
To="{DynamicResource PrimaryNormalColor}" />
</Storyboard>
</VisualState>
</VisualStateGroup>