lighten hr color

This commit is contained in:
shibao 2022-02-05 16:22:20 -05:00
parent 6f6402cf17
commit 1ee5195ab3
3 changed files with 7 additions and 7 deletions

View File

@ -42,7 +42,7 @@
}
.hr {
@apply border border-primary-500 w-full max-w-2xl;
@apply border border-primary-300 w-full max-w-2xl;
}
.link {

View File

@ -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>

View File

@ -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">