changed the language button color in the admin and user dashnoards
This commit is contained in:
parent
861266204e
commit
e4b04fbeeb
|
|
@ -223,7 +223,7 @@
|
||||||
|
|
||||||
<!-- Language Toggle -->
|
<!-- Language Toggle -->
|
||||||
<div class="px-3 py-2">
|
<div class="px-3 py-2">
|
||||||
<x-language-toggle />
|
<x-language-toggle variant="light" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Desktop User Menu -->
|
<!-- Desktop User Menu -->
|
||||||
|
|
@ -298,7 +298,7 @@
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
<!-- Mobile Language Toggle -->
|
<!-- Mobile Language Toggle -->
|
||||||
<x-language-toggle />
|
<x-language-toggle variant="light" />
|
||||||
|
|
||||||
<flux:dropdown position="top" align="end">
|
<flux:dropdown position="top" align="end">
|
||||||
<flux:profile
|
<flux:profile
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue