From 542a7d47151a0c538663ce3f0f91a74fd9c22cf8 Mon Sep 17 00:00:00 2001 From: philwing100 Date: Tue, 11 Jun 2024 12:13:41 -0500 Subject: [PATCH] Working colors from single file and routing fixed --- src/App.vue | 2 +- src/assets/colors.json | 2 +- src/components/SidebarComponents/SideBar.vue | 94 +++++++------------- 3 files changed, 32 insertions(+), 66 deletions(-) diff --git a/src/App.vue b/src/App.vue index 7851bbb..27d6c6c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@ diff --git a/src/assets/colors.json b/src/assets/colors.json index 8adc860..c847586 100644 --- a/src/assets/colors.json +++ b/src/assets/colors.json @@ -6,5 +6,5 @@ "hover": "#383444", "text": "white", "background": "#343541", - "sideBar": "black" + "sideBar": "black " } \ No newline at end of file diff --git a/src/components/SidebarComponents/SideBar.vue b/src/components/SidebarComponents/SideBar.vue index de01ce0..e07ebc7 100644 --- a/src/components/SidebarComponents/SideBar.vue +++ b/src/components/SidebarComponents/SideBar.vue @@ -1,93 +1,59 @@ - - - +}; + \ No newline at end of file