Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Commit d03d656

Browse files
authored
Merge pull request #12 from 95jonpet/patch-3
Enhancement [#11]: Use Theme's icon color
2 parents fec5e47 + 6f99821 commit d03d656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/navigation.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<router-link tag="h3" :to="{name: 'tinker-tool'}" class="cursor-pointer flex items-center font-normal dim text-white mb-6 text-base no-underline">
2-
<svg class="sidebar-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="#B3C1D1" d="M6.47 9.8A5 5 0 0 1 .2 3.22l3.95 3.95 2.82-2.83L3.03.41a5 5 0 0 1 6.4 6.68l10 10-2.83 2.83L6.47 9.8z"/></svg>
2+
<svg class="sidebar-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="var(--sidebar-icon)" d="M6.47 9.8A5 5 0 0 1 .2 3.22l3.95 3.95 2.82-2.83L3.03.41a5 5 0 0 1 6.4 6.68l10 10-2.83 2.83L6.47 9.8z"/></svg>
33
<span class="sidebar-label">
44
Tinker
55
</span>

0 commit comments

Comments
 (0)