Add margin ot error messages

This commit is contained in:
Stanko K.R.
2026-03-25 18:16:11 +01:00
parent 5820480c0c
commit 6107d3cee1
+1 -1
View File
@@ -18,7 +18,7 @@
<% end %>
<footer>
<%= passkey_registration_button my_passkeys_path, options: @registration_options, error: { class: "txt-negative" }, cancellation: { class: "txt-subtle" }, class: "btn btn--link center txt-medium" do %>
<%= passkey_registration_button my_passkeys_path, options: @registration_options, error: { class: "txt-negative margin-block-half" }, cancellation: { class: "txt-subtle margin-block-half" }, class: "btn btn--link center txt-medium" do %>
<%= icon_tag "add" %>
<span>Register a passkey</span>
<% end %>