diff --git a/README.md b/README.md index 35d5ace..034ba65 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ npm run dev Open [http://localhost:3000](http://localhost:3000) with your browser to see the built project. -## Stlying +## Styling For styling, repository is using [Tailwind css](https://tailwindcss.com). You can check global variables and colors definition in [global.css](https://github.com/oss-institute/workshop-template/blob/master/src/app/globals.css), theme is defined in [tailwind.config.ts](https://github.com/oss-institute/workshop-template/blob/master/tailwind.config.ts). diff --git a/src/app/components/button.tsx b/src/app/components/button.tsx index 14ee322..30cb7e5 100644 --- a/src/app/components/button.tsx +++ b/src/app/components/button.tsx @@ -5,7 +5,9 @@ type Props = { children: React.ReactNode; }; -export const Button = ({ onClick, children }: Props) => ( +export const Button = ({ + onClick, + children }: Props) => (