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 -->
|
||||
<div class="px-3 py-2">
|
||||
<x-language-toggle />
|
||||
<x-language-toggle variant="light" />
|
||||
</div>
|
||||
|
||||
<!-- Desktop User Menu -->
|
||||
|
|
@ -298,7 +298,7 @@
|
|||
@endif
|
||||
|
||||
<!-- Mobile Language Toggle -->
|
||||
<x-language-toggle />
|
||||
<x-language-toggle variant="light" />
|
||||
|
||||
<flux:dropdown position="top" align="end">
|
||||
<flux:profile
|
||||
|
|
|
|||
Loading…
Reference in New Issue