Skip to content

Commit f9b57f3

Browse files
authored
Merge pull request #5 from rjvandoesburg/sidebar-icon-color
Fix sidebar icon color
2 parents 6397d26 + 09720d9 commit f9b57f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/views/navigation.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h3 class="flex items-center font-normal text-white mb-6 text-base no-underline">
22
<svg class="sidebar-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
3-
<path fill="#B3C1D1" d="M12.26 11.74L10 14H8v2H6v2l-2 2H0v-4l8.26-8.26a6 6 0 1 1 4 4zm4.86-4.62A3 3 0 0 0 15 2a3 3 0 0 0-2.12.88l4.24 4.24z"/>
3+
<path fill="var(--sidebar-icon)" d="M12.26 11.74L10 14H8v2H6v2l-2 2H0v-4l8.26-8.26a6 6 0 1 1 4 4zm4.86-4.62A3 3 0 0 0 15 2a3 3 0 0 0-2.12.88l4.24 4.24z"/>
44
</svg>
55
<span class="sidebar-label">
66
@lang('novassport::navigation.sidebar-label')

0 commit comments

Comments
 (0)