fixed invisible buttons issue across the website
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user