Skip to content

Commit 172389c

Browse files
Merge pull request #2030 from amit-webkul/2.0
Fixed brand color issue.
2 parents 9790fbf + 7dbf10a commit 172389c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/Webkul/Admin/src/Resources/views/components/layouts/anonymous.blade.php

+8
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,17 @@
6464
/>
6565
@endif
6666

67+
@php
68+
$brandColor = core()->getConfigData('general.settings.menu_color.brand_color') ?? '#0E90D9';
69+
@endphp
70+
6771
@stack('styles')
6872

6973
<style>
74+
:root {
75+
--brand-color: {{ $brandColor }};
76+
}
77+
7078
{!! core()->getConfigData('general.content.custom_scripts.custom_css') !!}
7179
</style>
7280

0 commit comments

Comments
 (0)