app/views/spina/admin/embeds/new.html.erb in spina-2.11.0 vs app/views/spina/admin/embeds/new.html.erb in spina-2.12.0

- old
+ new

@@ -31,10 +31,10 @@ <%= render partial: @embeddable.to_fields_path, locals: {f: f} %> </div> <div class="w-full flex backdrop-filter backdrop-blur-lg absolute bottom-0 justify-end p-5 py-4 border-t border-gray-200"> <%= button_tag type: :submit, class: 'btn btn-primary' do %> - <%= heroicon('plus', style: :solid, class: 'w-6 h-6 -ml-2') %> + <%= heroicon('plus', style: :mini, class: 'w-4 h-4 -ml-1 mr-1') %> <%=t "spina.embeds.embed_component" %> <% end %> </div> </div> <% end %> \ No newline at end of file