Skip to content

Commit

Permalink
fix: Dropdown component has Surface hangover (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
mindok authored Nov 21, 2023
1 parent 132733d commit aaf1f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ash_admin/components/top_nav/dropdown.ex
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ defmodule AshAdmin.Components.TopNav.Dropdown do

~H"""
<%= if @label_text do %>
<span class="block px-4 py-2 text-xs text-gray-400 font-semibold italic">{@label_text}</span>
<span class="block px-4 py-2 text-xs text-gray-400 font-semibold italic"><%= @label_text %></span>
<% end %>
"""
end
Expand Down

0 comments on commit aaf1f13

Please sign in to comment.