Files
newznab-tmux/resources/views/components/button-secondary.blade.php
T
2024-04-08 20:38:46 +02:00

4 lines
136 B
PHP

<button {{ $attributes->merge(['class' => 'bg-gray-200 text-gray-600 px-3 py-2 rounded-md inline-block']) }}>
{{ $slot }}
</button>