diff --git a/BeWo/Styles/Features/AIChatStyles.xaml b/BeWo/Styles/Features/AIChatStyles.xaml
index 1a212100f..68e2eae5b 100644
--- a/BeWo/Styles/Features/AIChatStyles.xaml
+++ b/BeWo/Styles/Features/AIChatStyles.xaml
@@ -348,14 +348,14 @@
@@ -509,14 +509,14 @@ Fill="Black"
HorizontalAlignment="Right"
Command="{Binding DataContext.SavePromptCommand, RelativeSource={RelativeSource AncestorType={x:Type ListView}}}"
CommandParameter="{Binding}"
- ToolTip="Speichern"
- Style="{StaticResource UserMessageSaveButtonStyle}" >
+ Style="{StaticResource UserMessageSaveButtonStyle}"
+ ToolTip="Speichern">
+ Width="16"
+ Height="16"
+ Data="{StaticResource Phosphor.FloppyDisk}"
+ Fill="Black"
+ Stretch="Fill" />
diff --git a/BeWo/View/Controls/AI/AiChatButton.xaml b/BeWo/View/Controls/AI/AiChatButton.xaml
index 1c974eed8..66a3327d2 100644
--- a/BeWo/View/Controls/AI/AiChatButton.xaml
+++ b/BeWo/View/Controls/AI/AiChatButton.xaml
@@ -36,7 +36,7 @@
Content="{StaticResource AiDesignsIconKIChatWeissOrange}"
ToolTipService.ShowOnDisabled="True">
-
+