make x button different
This commit is contained in:
parent
06f7ec47f1
commit
21aa618a22
|
@ -11,6 +11,9 @@ defmodule PokemonCoutureWeb.Components.ClothesComponent do
|
|||
|
||||
<td>
|
||||
<button
|
||||
<%= if @user in @clothes.users do %>
|
||||
class="button button-outline"
|
||||
<% end %>
|
||||
phx-click="toggle-active"
|
||||
phx-target="<%= @myself %>"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue