Skip to content

Commit

Permalink
Change background class for icons from bg-skin-frame to bg-skin-parti…
Browse files Browse the repository at this point in the history
…cipant.
  • Loading branch information
MrCoder committed Nov 18, 2024
1 parent 92d6224 commit 50ed245
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
>
<div
v-html="icon"
class="text-skin-base bg-skin-frame px-1 absolute rounded left-1/2 transform -translate-x-1/2 h-8 [&>svg]:w-full [&>svg]:h-full"
class="text-skin-base bg-skin-participant px-1 absolute rounded left-1/2 transform -translate-x-1/2 h-8 [&>svg]:w-full [&>svg]:h-full"
:aria-description="`icon for ${entity.name}`"
></div>
</div>
Expand All @@ -30,7 +30,7 @@
<div
v-if="!!icon"
v-html="icon"
class="text-skin-base bg-skin-frame px-1 absolute rounded left-1/2 transform -translate-x-1/2 -translate-y-full h-8 [&>svg]:w-full [&>svg]:h-full"
class="text-skin-base bg-skin-participant px-1 absolute rounded left-1/2 transform -translate-x-1/2 -translate-y-full h-8 [&>svg]:w-full [&>svg]:h-full"
:aria-description="`icon for ${entity.name}`"
></div>
<!-- Put in a div to give it a fixed height, because stereotype is dynamic. -->
Expand Down

0 comments on commit 50ed245

Please sign in to comment.