Removed margin from mail list (#456)
Adjusted margin for group header to match new mail list
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
<!-- Header Templates -->
|
||||
<DataTemplate x:Key="MailGroupHeaderDefaultTemplate" x:DataType="collections:IReadOnlyObservableGroup">
|
||||
<Grid
|
||||
Margin="2,2,6,2"
|
||||
Margin="4,2"
|
||||
AllowFocusOnInteraction="False"
|
||||
Background="{ThemeResource MailListHeaderBackgroundColor}"
|
||||
CornerRadius="6">
|
||||
|
||||
Reference in New Issue
Block a user