diff --git a/src/ClaudeDo.Ui/Views/MainWindow.axaml b/src/ClaudeDo.Ui/Views/MainWindow.axaml index 629b777..b781e42 100644 --- a/src/ClaudeDo.Ui/Views/MainWindow.axaml +++ b/src/ClaudeDo.Ui/Views/MainWindow.axaml @@ -41,20 +41,20 @@ @@ -63,7 +63,7 @@ Background="Transparent" VerticalAlignment="Center"> @@ -109,7 +109,7 @@ + FontSize="{StaticResource FontSizeBody}"> @@ -132,7 +132,7 @@ HorizontalAlignment="Right" VerticalAlignment="Center" Margin="0,0,14,0" - FontSize="11" + FontSize="{StaticResource FontSizeMono}" Foreground="{DynamicResource TextFaintBrush}" Text="{Binding InlineUpdateStatus}" IsVisible="{Binding InlineUpdateStatus, Converter={x:Static ObjectConverters.IsNotNull}}"/> @@ -197,15 +197,15 @@ - - - @@ -217,7 +217,7 @@ IsVisible="{Binding IsWorkerLogVisible}" Foreground="{Binding WorkerLogLevel, Converter={StaticResource WorkerLogLevelToBrush}}" FontFamily="{DynamicResource MonoFont}" - FontSize="10" + FontSize="{StaticResource FontSizeEyebrow}" LetterSpacing="1.4" TextTrimming="CharacterEllipsis" VerticalAlignment="Center"/> @@ -226,7 +226,7 @@