Skip to content

Commit

Permalink
fix recommended-tag : darkmode,z-value (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
JongSinister authored Jan 6, 2025
1 parent e42cf07 commit 1bfe080
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

<div
class={cn(
'inline-flex items-center justify-center relative text-neutral-white bg-tangerine-500 py-[2px] px-6 rounded-tl-xl rounded-br-xl z-30',
'inline-flex items-center justify-center relative text-neutral-white bg-tangerine-500 py-[2px] px-6 rounded-tl-xl rounded-br-xl',
className,
)}
{...rest}
>
<Sparkles class="mr-2" size="16" />
แนะนำสำหรับคุณ
<div
class="absolute right-0 top-0 translate-x-full border-b-8 border-b-tangerine-700 border-r-8 border-r-neutral-white"
class="absolute right-0 top-0 translate-x-full border-b-8 border-b-tangerine-700 border-r-8 border-r-surface"
></div>
</div>

0 comments on commit 1bfe080

Please sign in to comment.