lighten hr color
This commit is contained in:
		| @@ -91,15 +91,15 @@ | ||||
|                   <% end %> | ||||
|  | ||||
|                   <%= live_patch to: Routes.ammo_type_index_path(@socket, :edit, ammo_type), | ||||
|                             class: "text-primary-500 link" do %> | ||||
|                              class: "text-primary-500 link" do %> | ||||
|                     <i class="fa-lg fas fa-edit"></i> | ||||
|                   <% end %> | ||||
|  | ||||
|                   <%= link to: "#", | ||||
|                       class: "text-primary-500 link", | ||||
|                       phx_click: "delete", | ||||
|                       phx_value_id: ammo_type.id, | ||||
|                       data: [confirm: "Are you sure you want to delete this ammo?"] do %> | ||||
|                        class: "text-primary-500 link", | ||||
|                        phx_click: "delete", | ||||
|                        phx_value_id: ammo_type.id, | ||||
|                        data: [confirm: "Are you sure you want to delete this ammo?"] do %> | ||||
|                     <i class="fa-lg fas fa-trash"></i> | ||||
|                   <% end %> | ||||
|                 </div> | ||||
|   | ||||
| @@ -25,7 +25,7 @@ defmodule CanneryWeb.ModalComponent do | ||||
|         bg-white border-2 rounded-lg"> | ||||
|         <%= live_patch to: @return_to, | ||||
|                    class: "absolute top-8 right-10 text-gray-500 hover:text-gray-800 | ||||
|                                                               transition-all duration-500 ease-in-out" do %> | ||||
|                                                                   transition-all duration-500 ease-in-out" do %> | ||||
|           <i class="fa-fw fa-lg fas fa-times"></i> | ||||
|         <% end %> | ||||
|         <div class="p-8 flex flex-col space-y-4 justify-start items-center"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user