diff --git a/app/views/spree/orders/_form.html.haml b/app/views/spree/orders/_form.html.haml
index 70599a124e..214823d4cf 100644
--- a/app/views/spree/orders/_form.html.haml
+++ b/app/views/spree/orders/_form.html.haml
@@ -31,7 +31,7 @@
%span.order-total.distribution-total= order_distribution_subtotal(@order)
%td
%td
- = button_tag :class => 'neutral-btn dark expand small', :id => 'update-button' do
+ = button_tag :class => 'secondary radius expand small', :id => 'update-button' do
%i.ofn-i_023-refresh
= t(:update)
%td
diff --git a/app/views/spree/orders/_line_item.html.haml b/app/views/spree/orders/_line_item.html.haml
index 6986caf100..42649c8bee 100644
--- a/app/views/spree/orders/_line_item.html.haml
+++ b/app/views/spree/orders/_line_item.html.haml
@@ -23,5 +23,5 @@
%td.cart-item-delete.text-center{"data-hook" => "cart_item_delete"}
{{ quantity }}
- = link_to image_tag('icons/delete.png'), '#', :class => 'delete',
- :id => "delete_#{dom_id(line_item)}"
+ %a.delete{href: "#", id: "delete_#{dom_id(line_item)}"}
+ %i.delete.ofn-i_026-trash