Skip to content

Commit 81714ad

Browse files
committed
Update Tabs.xaml
1 parent 3f8e261 commit 81714ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xaml/Controls/Tabs.xaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@
179179
CornerRadius="5"
180180
Padding="10"
181181
Margin="5"
182-
BorderBrush="{DynamicResource BorderBrush}"
183-
BorderThickness="1">
182+
BorderBrush="{DynamicResource BorderBrushColor}"
183+
BorderThickness="1.2">
184184

185185
<Grid>
186186

@@ -301,8 +301,8 @@
301301
CornerRadius="5"
302302
Padding="10"
303303
Margin="5"
304-
BorderBrush="{DynamicResource BorderBrush}"
305-
BorderThickness="1">
304+
BorderBrush="{DynamicResource BorderBrushColor}"
305+
BorderThickness="1.2">
306306

307307
<StackPanel>
308308

0 commit comments

Comments
 (0)