Skip to content

Commit

Permalink
refs adospace#9: Add border for RDPs
Browse files Browse the repository at this point in the history
  • Loading branch information
rstefko committed Mar 29, 2023
1 parent ec7840f commit 8cf6264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FluentUI.NET/Themes/Generic.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<Setter.Value>
<ControlTemplate TargetType="{x:Type fluentui:FabricWindow}">
<Grid>
<Border Background="{StaticResource Neutral.White}" Padding="{Binding Path=(fluentui:FabricExtra.CompactMode), RelativeSource={RelativeSource AncestorType={x:Type fluentui:FabricWindow}}, Converter={StaticResource CompactModeThicknessConverter}, ConverterParameter='8, 32, 8, 8|24, 63, 24, 24'}">
<Border Background="{StaticResource Neutral.White}" BorderThickness="1" BorderBrush="{StaticResource Neutral.Gray20}" Padding="{Binding Path=(fluentui:FabricExtra.CompactMode), RelativeSource={RelativeSource AncestorType={x:Type fluentui:FabricWindow}}, Converter={StaticResource CompactModeThicknessConverter}, ConverterParameter='8, 32, 8, 8|24, 63, 24, 24'}">
<ContentPresenter Content="{TemplateBinding Content}" />
</Border>
<TextBlock
Expand Down

0 comments on commit 8cf6264

Please sign in to comment.