From 6514207631e87e9fc2808647108e84970eec82cd Mon Sep 17 00:00:00 2001 From: aidanCQ Date: Wed, 11 Dec 2024 22:02:25 +0000 Subject: [PATCH] fix(): Use paper everywhere. --- src/custom/docs/components/header/CodeCopy.tsx | 2 +- src/custom/docs/components/navmenu/index.tsx | 4 ++-- src/custom/docs/components/triplecard/Card.tsx | 2 +- src/shadcn/ui/alert-dialog.tsx | 4 ++-- src/shadcn/ui/alert.tsx | 2 +- src/shadcn/ui/button.tsx | 2 +- src/shadcn/ui/dialog.tsx | 4 ++-- src/shadcn/ui/drawer.tsx | 2 +- src/shadcn/ui/menubar.tsx | 2 +- src/shadcn/ui/navigation-menu.tsx | 2 +- src/shadcn/ui/sheet.tsx | 4 ++-- src/shadcn/ui/sidebar.tsx | 6 +++--- src/shadcn/ui/slider.tsx | 2 +- src/shadcn/ui/sonner.tsx | 2 +- src/shadcn/ui/switch.tsx | 2 +- src/shadcn/ui/tabs.tsx | 2 +- src/shadcn/ui/toast.tsx | 2 +- stories/custom/docs-header.stories.tsx | 2 +- 18 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/custom/docs/components/header/CodeCopy.tsx b/src/custom/docs/components/header/CodeCopy.tsx index d83aa1b..d374505 100644 --- a/src/custom/docs/components/header/CodeCopy.tsx +++ b/src/custom/docs/components/header/CodeCopy.tsx @@ -13,7 +13,7 @@ export const CodeCopy = (props: {textToCopy: string, className?: string}) => {