mirror of
https://github.com/aljazceru/hypergolic.git
synced 2026-01-13 10:34:19 +01:00
problem: button is not full width
This commit is contained in:
@@ -80,7 +80,9 @@
|
||||
</script>
|
||||
|
||||
<Dialog.Root>
|
||||
<Dialog.Trigger class={buttonVariants({ variant: 'default' })}>Create a Rocket</Dialog.Trigger>
|
||||
<Dialog.Trigger class={`${buttonVariants({ variant: 'default' })} w-full`}
|
||||
>Create a Rocket</Dialog.Trigger
|
||||
>
|
||||
<Dialog.Content class="sm:max-w-[425px]">
|
||||
<Dialog.Header>
|
||||
<Dialog.Title>Name Your Rocket</Dialog.Title>
|
||||
|
||||
Reference in New Issue
Block a user