Skip to content
This repository was archived by the owner on Aug 31, 2024. It is now read-only.

Commit 15f5232

Browse files
committed
Minor colour change
1 parent 07ca015 commit 15f5232

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BuildStats/BuildStats.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net5.0</TargetFramework>
5-
<Version>5.28.0</Version>
5+
<Version>5.29.0</Version>
66
<AssemblyName>BuildStats</AssemblyName>
77
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
88
<EnableDefaultContentItems>false</EnableDefaultContentItems>

src/BuildStats/SVGs.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ module SVGs =
201201
defaultSvg model.Width model.Height [
202202
defaultG "#777777" [
203203
yield text [
204-
attr "x" "0"; attr "y" "12"; attr "font-weight" "bold"; attr "fill" "#007ec6"
204+
attr "x" "0"; attr "y" "12"; attr "font-weight" "bold"; attr "fill" "#2188ff"
205205
] [ rawText model.Branch ]
206206

207207
if model.ShowStats then

0 commit comments

Comments
 (0)