Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
Signed-off-by: walnuts1018 <[email protected]>
  • Loading branch information
walnuts1018 committed Nov 9, 2024
1 parent 49c71fc commit 9986bca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SwapText.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use client";
import { useState } from "react";
import { cn } from "@/lib/utils";
import { useState } from "react";

interface SwapTextProps extends React.ComponentPropsWithoutRef<"div"> {
/**
Expand Down Expand Up @@ -59,7 +59,7 @@ export default function SwapText({
return (
<div
{...props}
className={cn("relative overflow-hidden text-foreground", className)}
className={cn("relative overflow-hidden text-foreground z-0", className)}
>
<div
className={cn(
Expand Down

0 comments on commit 9986bca

Please sign in to comment.