Skip to content

Commit 9071940

Browse files
committed
style: change the dot color for push/pull
1 parent b57556c commit 9071940

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Views/RepositoryToolbar.axaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<Path Width="14" Height="14" Data="{StaticResource Icons.Pull}"/>
4848
<Ellipse Width="8" Height="8"
4949
HorizontalAlignment="Right" VerticalAlignment="Top"
50-
Fill="{DynamicResource Brush.Badge}"
50+
Fill="Green"
5151
IsVisible="{Binding CurrentBranch?.Behind, Mode=OneWay, Converter={x:Static c:ListConverters.IsNotNullOrEmpty}}"/>
5252
</Grid>
5353
</Button>
@@ -64,7 +64,7 @@
6464
<Path Width="14" Height="14" Data="{StaticResource Icons.Push}"/>
6565
<Ellipse Width="8" Height="8"
6666
HorizontalAlignment="Right" VerticalAlignment="Top"
67-
Fill="{DynamicResource Brush.Badge}"
67+
Fill="Green"
6868
IsVisible="{Binding CurrentBranch?.Ahead, Mode=OneWay, Converter={x:Static c:ListConverters.IsNotNullOrEmpty}}"/>
6969
</Grid>
7070
</Button>

0 commit comments

Comments
 (0)