Skip to content

Commit

Permalink
refactor: update tooltip styles
Browse files Browse the repository at this point in the history
  • Loading branch information
yilanboy committed Oct 29, 2024
1 parent c746b2b commit 7648399
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/components/tooltip.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ class="absolute w-auto text-sm"
x-cloak
>
<div
class="relative rounded bg-green-600 bg-opacity-90 px-2 py-1 text-white dark:bg-lividus-600"
class="relative rounded bg-green-500 bg-opacity-90 px-2 py-1 text-white dark:bg-lividus-600"
x-show="tooltipVisible"
x-transition
>
<p
class="block flex-shrink-0 whitespace-nowrap text-xs"
class="block flex-shrink-0 whitespace-nowrap text-sm"
x-text="tooltipText"
></p>
<div
Expand All @@ -102,7 +102,7 @@ class="absolute inline-flex items-center justify-center overflow-hidden"
x-bind="tooltipArrowPositionClassListBinging"
>
<div
class="h-1.5 w-1.5 transform bg-green-600 bg-opacity-90 dark:bg-lividus-600"
class="h-1.5 w-1.5 transform bg-green-500 bg-opacity-90 dark:bg-lividus-600"
x-bind="tooltipArrowAngleClassListBinging"
></div>
</div>
Expand Down

0 comments on commit 7648399

Please sign in to comment.