From 5deefced2540b4a9ead619f40acdbc099a14b4da Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Tue, 19 Nov 2019 23:19:45 +0530 Subject: [PATCH] fix: Update classes to match tailwind theme --- src/components/Sidebar.vue | 17 ++++------------- src/pages/ChartOfAccounts.vue | 2 +- src/pages/DatabaseSelector.vue | 24 +++--------------------- 3 files changed, 8 insertions(+), 35 deletions(-) diff --git a/src/components/Sidebar.vue b/src/components/Sidebar.vue index c3b2b012..a36abd29 100644 --- a/src/components/Sidebar.vue +++ b/src/components/Sidebar.vue @@ -4,9 +4,9 @@ style="background-color: rgba(255, 255, 255, 0.6)" >
- +
-
{{ companyName }}
+
{{ companyName }}
@@ -20,7 +20,7 @@ :active="isActiveGroup(group) && !group.items" />
{{ group.title }}
@@ -28,7 +28,7 @@
{{ item.label }}
@@ -36,19 +36,11 @@
-
- -