Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c1a6cddb8f |
@@ -1,5 +1,5 @@
|
|||||||
<button
|
<button
|
||||||
class="h-8 bg-{{ color|default('orange') }}-500/80 hover:bg-{{ color|default('orange') }}-600/80 px-2 text-{{ text_color|default('white') }} rounded text-sm font-semibold"
|
class="h-6 bg-{{ color|default('orange') }}-500/80 hover:bg-{{ color|default('orange') }}-600/80 px-2 text-{{ text_color|default('white') }} rounded text-sm font-semibold"
|
||||||
{{ attributes.defaults(stimulus_controller('action_button')) }}
|
{{ attributes.defaults(stimulus_controller('action_button')) }}
|
||||||
{{ stimulus_action('action_button', action|default('default')) }}
|
{{ stimulus_action('action_button', action|default('default')) }}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user