Improve uploader UI and fix rollup platform dependency

This commit is contained in:
soeren
2026-01-29 13:27:22 +01:00
parent 084c52ba2d
commit 6a1c58e51d
7 changed files with 334 additions and 130 deletions

View File

@@ -86,5 +86,11 @@
<Setter Property="Background" Value="{DynamicResource SecondaryButtonBrush}" />
<Setter Property="Foreground" Value="{DynamicResource SecondaryButtonTextBrush}" />
</Style>
<Style Selector="Button.cta">
<Setter Property="FontSize" Value="16" />
<Setter Property="FontWeight" Value="SemiBold" />
<Setter Property="Padding" Value="18,12" />
</Style>
</Application.Styles>
</Application>