add dashboard account pill tooltips #1315

Merged
gariasf merged 3 commits from gariasf/pill-tooltip into main 2024-10-17 01:14:43 +08:00
gariasf commented 2024-10-16 17:38:27 +08:00 (Migrated from github.com)
Fixes https://github.com/maybe-finance/maybe/issues/1313
zachgoll (Migrated from github.com) reviewed 2024-10-17 00:15:16 +08:00
@@ -0,0 +1,5 @@
<div role="tooltip" data-tooltip-target="tooltip" class="tooltip bg-gray-700 text-sm px-1.5 py-1 rounded-md">
zachgoll (Migrated from github.com) commented 2024-10-17 00:15:16 +08:00
<div role="tooltip" data-tooltip-target="tooltip" class="tooltip bg-gray-700 text-sm px-1.5 py-1 rounded-md">

Just a few tweaks based on official specs. My bad for not including Figma file!

```suggestion <div role="tooltip" data-tooltip-target="tooltip" class="tooltip bg-gray-700 text-sm px-1.5 py-1 rounded-md"> ``` Just a few tweaks based on official specs. My bad for not including Figma file!
Sign in to join this conversation.