diff --git a/src/cascadia/TerminalApp/TabRowControl.xaml b/src/cascadia/TerminalApp/TabRowControl.xaml index eec7f0f209d..9f0bbf24963 100644 --- a/src/cascadia/TerminalApp/TabRowControl.xaml +++ b/src/cascadia/TerminalApp/TabRowControl.xaml @@ -31,6 +31,8 @@ the MIT License. See LICENSE in the project root for license information. --> FontFamily="Segoe MDL2 Assets" FontWeight="SemiLight" FontSize="12" + BorderThickness="0" + CornerRadius="{Binding Source={ThemeResource OverlayCornerRadius}, Converter={StaticResource TopCornerRadiusFilterConverter}}" AutomationProperties.AccessibilityView="Control">