Skip to content

Commit

Permalink
Merge pull request #5 from rjvandoesburg/sidebar-icon-color
Browse files Browse the repository at this point in the history
Fix sidebar icon color
  • Loading branch information
Kristories authored Oct 6, 2019
2 parents 6397d26 + 09720d9 commit f9b57f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/navigation.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h3 class="flex items-center font-normal text-white mb-6 text-base no-underline">
<svg class="sidebar-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
<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"/>
<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"/>
</svg>
<span class="sidebar-label">
@lang('novassport::navigation.sidebar-label')
Expand Down

0 comments on commit f9b57f3

Please sign in to comment.