Files
newznab-tmux/resources/views/components/button-secondary.blade.php
T
2025-10-07 16:09:38 +02:00

4 lines
172 B
PHP

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