From 734ec91769c32751c728f5d3c8b84eaf361cc74d Mon Sep 17 00:00:00 2001
From: IRBorisov <8611739+IRBorisov@users.noreply.github.com>
Date: Sat, 15 Jul 2023 18:25:31 +0300
Subject: [PATCH] Fix visuals
---
rsconcept/frontend/src/App.tsx | 14 +++++++-------
.../src/components/Navigation/Navigation.tsx | 2 +-
rsconcept/frontend/src/pages/LoginPage.tsx | 4 +++-
3 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/rsconcept/frontend/src/App.tsx b/rsconcept/frontend/src/App.tsx
index c8456f01..cab942af 100644
--- a/rsconcept/frontend/src/App.tsx
+++ b/rsconcept/frontend/src/App.tsx
@@ -18,13 +18,13 @@ function App() {
return (
-
-
+
+
} />
diff --git a/rsconcept/frontend/src/components/Navigation/Navigation.tsx b/rsconcept/frontend/src/components/Navigation/Navigation.tsx
index c0fc0ad9..61c555ce 100644
--- a/rsconcept/frontend/src/components/Navigation/Navigation.tsx
+++ b/rsconcept/frontend/src/components/Navigation/Navigation.tsx
@@ -16,7 +16,7 @@ function Navigation() {
const navigateHelp = () => navigate('/manuals');
return (
-