File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed
src/routes/(marketing)/(components) Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change 145
145
</div >
146
146
</a >
147
147
</Tooltip .Trigger >
148
- <Tooltip .Content
149
- sideOffset ={8 }
150
- side =" top"
151
- class ={classNames (
152
- ' text-primary bg-greyscale-900 relative rounded-md border-0! px-2.5 py-1 text-sm' ,
153
- ' data-[state="closed"]:animate-menu-out data-[state="instant-open"]:animate-menu-in data-[state="delayed-open"]:animate-menu-in'
154
- )}
155
- >{platform .name }
156
- <div
157
- class =" absolute inset-0 rounded-md bg-gradient-to-tl from-(--primary-color,_#fff)/4 to-(--secondary-color,_transparent)/10"
158
- ></div >
159
- <Tooltip .Arrow class =" text-(--primary-color)/4" />
160
- </Tooltip .Content >
148
+ <Tooltip .Portal >
149
+ <Tooltip .Content
150
+ sideOffset ={8 }
151
+ side =" top"
152
+ class ={classNames (
153
+ ' text-primary bg-greyscale-900 relative rounded-md border-0! px-2.5 py-1 text-sm' ,
154
+ ' data-[state="closed"]:animate-menu-out data-[state="instant-open"]:animate-menu-in data-[state="delayed-open"]:animate-menu-in'
155
+ )}
156
+ >{platform .name }
157
+ <div
158
+ class =" absolute inset-0 rounded-md bg-gradient-to-tl from-(--primary-color,_#fff)/4 to-(--secondary-color,_transparent)/10"
159
+ ></div >
160
+ </Tooltip .Content >
161
+ </Tooltip .Portal >
161
162
</div >
162
163
</Tooltip .Root >
163
164
{/each }
You can’t perform that action at this time.
0 commit comments