Skip to content

Commit 1eb313f

Browse files
committed
ux: style for Visibility in Graph
Signed-off-by: leo <[email protected]>
1 parent 5b6450d commit 1eb313f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Views/FilterModeInGraph.axaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
x:DataType="vm:FilterModeInGraph">
99
<Grid RowDefinitions="22,26">
1010
<TextBlock Grid.Row="0"
11-
Text="{DynamicResource Text.Repository.FilterCommits}"/>
11+
Text="{DynamicResource Text.Repository.FilterCommits}"
12+
FontWeight="Bold"
13+
Foreground="{DynamicResource MenuFlyoutItemKeyboardAcceleratorTextForeground}"/>
1214

1315
<StackPanel Grid.Row="1" Orientation="Horizontal">
1416
<ToggleButton Classes="line_path"
@@ -20,7 +22,7 @@
2022

2123
<ToggleButton Classes="line_path"
2224
Width="15" Height="26"
23-
Margin="8,0,0,0"
25+
Margin="12,0,0,0"
2426
Background="Transparent"
2527
IsChecked="{Binding IsExcluded, Mode=TwoWay}">
2628
<Path Width="13" Height="13" Data="{StaticResource Icons.EyeClose}"/>

0 commit comments

Comments
 (0)