Skip to content

Commit

Permalink
rounded-corners ring
Browse files Browse the repository at this point in the history
  • Loading branch information
phgrey committed Jan 31, 2023
1 parent 54261e7 commit 2e03186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/moon/design/tooltip.ex
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defmodule Moon.Design.Tooltip do
>
<#slot />
</div>
<div aria-describedby="tooltip" class="inline-block group-focus:ring-2">
<div aria-describedby="tooltip" class="inline-block group-focus:ring-2 group-focus:outline-none rounded-moon-s-sm">
<#slot {@trigger} />
</div>
</div>
Expand Down

0 comments on commit 2e03186

Please sign in to comment.