From e6995380439a0c61473505f0fcaeb278ab25e688 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Mon, 20 May 2024 18:38:00 +0530 Subject: [PATCH] style: app sidebar icon style fix --- frontend/src/components/Layouts/AppSidebar.vue | 2 +- frontend/src/components/SidebarLink.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/Layouts/AppSidebar.vue b/frontend/src/components/Layouts/AppSidebar.vue index 04392c19..dde14d02 100644 --- a/frontend/src/components/Layouts/AppSidebar.vue +++ b/frontend/src/components/Layouts/AppSidebar.vue @@ -206,7 +206,7 @@ function parseView(views) { } function getIcon(routeName, icon) { - if (icon) return h('div', icon) + if (icon) return h('div', { class: 'size-auto' }, icon) switch (routeName) { case 'Leads': diff --git a/frontend/src/components/SidebarLink.vue b/frontend/src/components/SidebarLink.vue index 41632915..0904b977 100644 --- a/frontend/src/components/SidebarLink.vue +++ b/frontend/src/components/SidebarLink.vue @@ -11,13 +11,13 @@
- + - +