mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-25 15:27:26 +08:00
Add margin to save secret button
This commit is contained in:
parent
7441de7c9e
commit
509830985f
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ defmodule LivebookWeb.Hub.SecretFormComponent do
|
|||
<.hidden_field field={f[:hub_id]} value={@hub.id} />
|
||||
<div class="flex space-x-2">
|
||||
<button class="button-base button-blue" type="submit" disabled={not @changeset.valid?}>
|
||||
<.remix_icon icon={@button.icon} class="align-middle" />
|
||||
<.remix_icon icon={@button.icon} class="align-middle mr-1" />
|
||||
<span class="font-normal"><%= @button.label %></span>
|
||||
</button>
|
||||
<.link patch={@return_to} class="button-base button-outlined-gray">
|
||||
|
|
Loading…
Reference in a new issue