From 2c0696e22e9fc35109d71c4195556c5c241120a3 Mon Sep 17 00:00:00 2001 From: sourav0299 <105085605+sourav0299@users.noreply.github.com> Date: Wed, 22 May 2024 18:06:00 +0530 Subject: [PATCH] styles: Button UI --- frontend/src/components/Navbar.tsx | 10 ++++++---- frontend/src/components/Quotes.tsx | 5 +++-- frontend/src/components/ui/Button.tsx | 2 +- frontend/src/pages/Game.tsx | 5 +++-- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/frontend/src/components/Navbar.tsx b/frontend/src/components/Navbar.tsx index 857c6c3..cb2b06a 100644 --- a/frontend/src/components/Navbar.tsx +++ b/frontend/src/components/Navbar.tsx @@ -53,16 +53,18 @@ export const Navbar = () => { diff --git a/frontend/src/components/Quotes.tsx b/frontend/src/components/Quotes.tsx index ec4a4d0..f055467 100644 --- a/frontend/src/components/Quotes.tsx +++ b/frontend/src/components/Quotes.tsx @@ -14,8 +14,9 @@ export const Quotes = () => { multipliers ensuring this Stake Original game is suited for everyone at our online casino ! - ); diff --git a/frontend/src/components/ui/Button.tsx b/frontend/src/components/ui/Button.tsx index 0f34699..f173387 100644 --- a/frontend/src/components/ui/Button.tsx +++ b/frontend/src/components/ui/Button.tsx @@ -10,7 +10,7 @@ export const Button = ({ return ( diff --git a/frontend/src/pages/Game.tsx b/frontend/src/pages/Game.tsx index 42f6914..e647fb1 100644 --- a/frontend/src/pages/Game.tsx +++ b/frontend/src/pages/Game.tsx @@ -21,7 +21,7 @@ export function Game() {
);