mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 09:48:55 +00:00
4 lines
172 B
PHP
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>
|