Files
newznab-tmux/resources/views/components/button-secondary.blade.php
2026-02-24 21:51:06 +01:00

5 lines
202 B
PHP

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