diff --git a/.husky/pre-commit b/.husky/pre-commit index 2312dc5..76bab66 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1,3 @@ +export PATH="/usr/local/bin:$PATH" + npx lint-staged diff --git a/.storybook/preview.tsx b/.storybook/preview.tsx index 51fe8ce..8d6cad3 100644 --- a/.storybook/preview.tsx +++ b/.storybook/preview.tsx @@ -25,6 +25,12 @@ const preview: Preview = { }, }, }, + backgrounds: { + options: { + dark: { name: "Dark", value: "#081221" }, + light: { name: "Light", value: "#FCFCFD" }, + }, + }, }, }; diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx index cc6145c..a06b4b4 100644 --- a/app/(tabs)/index.tsx +++ b/app/(tabs)/index.tsx @@ -1,10 +1,10 @@ import { Text, View } from "react-native"; -import { Button } from "@/components/button"; +import { Button } from "@/components/common/Button/Button"; export default function HomeScreen() { return ( - + 비밀번호 찾기