fixed invisible buttons issue across the website

This commit is contained in:
Naser Mansour
2026-01-09 19:32:10 +02:00
parent 80072eae56
commit 773e1d3f7f
39 changed files with 155 additions and 155 deletions
@@ -78,7 +78,7 @@ new class extends Component {
</div>
<div class="pt-2">
<flux:button
variant="ghost"
variant="outline"
size="sm"
:href="route('client.consultations.index')"
wire:navigate
@@ -134,7 +134,7 @@ new class extends Component {
@endif
<div class="pt-2">
<flux:button
variant="ghost"
variant="outline"
size="sm"
:href="route('client.timelines.index')"
wire:navigate
@@ -174,7 +174,7 @@ new class extends Component {
</flux:text>
</div>
<flux:button
variant="ghost"
variant="outline"
size="xs"
:href="route('client.timelines.show', $update->timeline)"
wire:navigate