Skip to content

Commit fc2ed7c

Browse files
committed
add fill currentColor
1 parent 724e376 commit fc2ed7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

resources/views/components/icons/git-branch.blade.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
cx="4"
99
cy="7"
1010
r="2"
11-
stroke="#000"
11+
stroke="currentColor"
1212
stroke-linecap="round"
1313
stroke-linejoin="round"
1414
stroke-width="2"
@@ -17,7 +17,7 @@
1717
cx="20"
1818
cy="7"
1919
r="2"
20-
stroke="#000"
20+
stroke="currentColor"
2121
stroke-linecap="round"
2222
stroke-linejoin="round"
2323
stroke-width="2"
@@ -26,13 +26,13 @@
2626
cx="20"
2727
cy="17"
2828
r="2"
29-
stroke="#000"
29+
stroke="currentColor"
3030
stroke-linecap="round"
3131
stroke-linejoin="round"
3232
stroke-width="2"
3333
/>
3434
<path
35-
stroke="#000"
35+
stroke="currentColor"
3636
stroke-linecap="round"
3737
stroke-linejoin="round"
3838
stroke-width="2"

0 commit comments

Comments
 (0)