From dc618b3ea2e15be5805ae12f847cb4c4c0065243 Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Thu, 16 May 2024 23:50:43 +0200 Subject: [PATCH 1/4] added color to sonner --- app/layout.tsx | 5 ++--- components/Script.tsx | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 6b51d27..3a2a6c6 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -56,8 +56,7 @@ export default function RootLayout({ }>) { return ( -
- ++ If you like what you are seeing, consider starring the + repository on GitHub. It helps a lot! +
+If you like what you are seeing, consider starring the From f72cc870ad6c945aefb8fcc8729a5caa961794bc Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Fri, 17 May 2024 00:39:08 +0200 Subject: [PATCH 4/4] Update primary color in globals.css and add duration to toast message in Script.tsx --- app/globals.css | 2 +- components/Script.tsx | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/globals.css b/app/globals.css index df674ea..a8c214d 100644 --- a/app/globals.css +++ b/app/globals.css @@ -10,7 +10,7 @@ --card-foreground: 240 10% 3.9%; --popover: 0 0% 100%; --popover-foreground: 240 10% 3.9%; - --primary: 240 5.9% 10%; + --primary: 201 100% 38%; --primary-foreground: 0 0% 98%; --secondary: 240 4.8% 95.9%; --secondary-foreground: 240 5.9% 10%; diff --git a/components/Script.tsx b/components/Script.tsx index 4485244..7727b0b 100644 --- a/components/Script.tsx +++ b/components/Script.tsx @@ -48,17 +48,18 @@ function ScriptItem() { toast.info(
- If you like what you are seeing, consider starring the + If you find these scripts useful, please consider starring the repository on GitHub. It helps a lot!