Skip to content

Commit

Permalink
Make arrow in section navigation look more like a little button, whil…
Browse files Browse the repository at this point in the history
…e still staying non-orange.
  • Loading branch information
anaulin committed Mar 8, 2024
1 parent 5c70bcb commit 5dc0bca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<h3>
<%= room.name %>
</h3>
<%= render SvgComponent.new(classes: "h-5 w-5 min-w-5") do %>
<%= render SvgComponent.new(classes: "h-7 w-7 min-w-7 p-1 rounded-full bg-slate-100") do %>
<path stroke-linecap="round" stroke-linejoin="round" d="M8.25 4.5l7.5 7.5-7.5 7.5" />
<% end %>
</footer>
Expand Down

0 comments on commit 5dc0bca

Please sign in to comment.