From bff5e31c09453de6b9461c3e13c4d0600844b8ab Mon Sep 17 00:00:00 2001 From: "nasir@endelospay.com" Date: Fri, 7 Jun 2024 02:12:33 +0500 Subject: [PATCH] fix --- resources/js/@layouts/components/VerticalNav.vue | 3 +++ resources/js/@layouts/components/VerticalNavDropdown.vue | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/resources/js/@layouts/components/VerticalNav.vue b/resources/js/@layouts/components/VerticalNav.vue index a7ebb63..6e0b98e 100644 --- a/resources/js/@layouts/components/VerticalNav.vue +++ b/resources/js/@layouts/components/VerticalNav.vue @@ -272,4 +272,7 @@ const hideTitleAndIcon = configStore.isVerticalNavMini(isHovered) .v-icon { margin-right: 8px; /* Adds space between the icon and the text */ } +.list-item-reset a { + color: rgb(46,38,61) !important; +} diff --git a/resources/js/@layouts/components/VerticalNavDropdown.vue b/resources/js/@layouts/components/VerticalNavDropdown.vue index 2d19f41..a60dbd7 100644 --- a/resources/js/@layouts/components/VerticalNavDropdown.vue +++ b/resources/js/@layouts/components/VerticalNavDropdown.vue @@ -10,8 +10,8 @@ :class="itemIconClass(item)" /> - {{ item.title }} + color="rgb(46,38,61)"> + {{ item.title }} @@ -90,7 +90,7 @@ const itemIconClass = (item) => { position: fixed; width: 100%; bottom: 20px; - padding-left: 16px; + padding-inline: 18px; }