From 7fddeffc8a2c051830f8a45d42eaa53eb002cda6 Mon Sep 17 00:00:00 2001 From: David Vicente <57998545+davidvicentecode@users.noreply.github.com> Date: Fri, 19 Apr 2024 22:35:57 +0200 Subject: [PATCH] feat: add background blur in some elements --- src/components/Navbar.tsx | 2 +- src/components/background/Background.tsx | 1 + src/pages/QuestionCreator/QuestionCreator.tsx | 2 +- src/pages/game/GameQuiz.tsx | 2 +- src/pages/game/GameReview.tsx | 2 +- src/pages/game/GameScoreBoard.tsx | 2 +- src/pages/game/LobbyRoom.tsx | 2 +- 7 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 0e5e00f..85db4a4 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -3,7 +3,7 @@ import { ThemeSwitch } from "./ThemeSwitch" export const Navbar = () => { return ( -
+
diff --git a/src/components/background/Background.tsx b/src/components/background/Background.tsx index d3fec84..9ce2063 100644 --- a/src/components/background/Background.tsx +++ b/src/components/background/Background.tsx @@ -105,6 +105,7 @@ export const Background = () => { )} +
) } diff --git a/src/pages/QuestionCreator/QuestionCreator.tsx b/src/pages/QuestionCreator/QuestionCreator.tsx index 6fe5ff9..fa1aa5a 100644 --- a/src/pages/QuestionCreator/QuestionCreator.tsx +++ b/src/pages/QuestionCreator/QuestionCreator.tsx @@ -3,7 +3,7 @@ import { SimpleQuestionCreator } from "./SimpleQuestionCreator" export const QuestionCreator = () => { return (
-
+

Créateur de questions

diff --git a/src/pages/game/GameQuiz.tsx b/src/pages/game/GameQuiz.tsx index 5a63545..6ad7d73 100644 --- a/src/pages/game/GameQuiz.tsx +++ b/src/pages/game/GameQuiz.tsx @@ -34,7 +34,7 @@ export const GameQuiz = (props: GameQuizProps) => { } return ( -
+
diff --git a/src/pages/game/GameReview.tsx b/src/pages/game/GameReview.tsx index 89df51b..540039d 100644 --- a/src/pages/game/GameReview.tsx +++ b/src/pages/game/GameReview.tsx @@ -52,7 +52,7 @@ export const GameReview = (props: GameReviewProps) => { } return ( -
+
diff --git a/src/pages/game/GameScoreBoard.tsx b/src/pages/game/GameScoreBoard.tsx index 7d36536..a42d180 100644 --- a/src/pages/game/GameScoreBoard.tsx +++ b/src/pages/game/GameScoreBoard.tsx @@ -24,7 +24,7 @@ export const GameScoreBoard = (props: GameScoreBoardProps) => { } return ( -
+

Top players

diff --git a/src/pages/game/LobbyRoom.tsx b/src/pages/game/LobbyRoom.tsx index 53efb73..f274cfa 100644 --- a/src/pages/game/LobbyRoom.tsx +++ b/src/pages/game/LobbyRoom.tsx @@ -65,7 +65,7 @@ export const LobbyRoom = (props: LobbyRoomProps) => { }, []) return ( -
+

Nouvelle partie