feat: Add new stylesheet for Switch component
Imported a new stylesheet for the Switch component to enhance its visual appearance.
This commit is contained in:
parent
17380fa2fb
commit
15e1efc0a1
1 changed files with 0 additions and 2 deletions
|
|
@ -4,8 +4,6 @@ import * as React from "react";
|
|||
import * as SwitchPrimitives from "@radix-ui/react-switch";
|
||||
import { cn } from "../../utils";
|
||||
|
||||
import "./SwitchStyles.css"; // Import the new stylesheet
|
||||
|
||||
const Switch = React.forwardRef<
|
||||
React.ElementRef<typeof SwitchPrimitives.Root>,
|
||||
React.ComponentPropsWithoutRef<typeof SwitchPrimitives.Root>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue