improve:主题切换

This commit is contained in:
2025-10-05 00:18:58 +08:00
parent 16108bf779
commit d1d74a3770
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -5973,7 +5973,7 @@
</Image.Source>
</Image>
<TextBlock Text="截图" FontSize="10"
Foreground="#1f2937" VerticalAlignment="Center"/>
Foreground="{DynamicResource TextForeground}" VerticalAlignment="Center"/>
</ui:SimpleStackPanel>
</Border>
<!-- Select Image Option -->
@@ -6003,7 +6003,7 @@
</Image.Source>
</Image>
<TextBlock Text="选择图片" FontSize="10"
Foreground="#1f2937" VerticalAlignment="Center"/>
Foreground="{DynamicResource TextForeground}" VerticalAlignment="Center"/>
</ui:SimpleStackPanel>
</Border>
</ui:SimpleStackPanel>