This commit is contained in:
nasir@endelospay.com
2024-06-07 02:12:33 +05:00
parent ac6640ba0e
commit bff5e31c09
2 changed files with 6 additions and 3 deletions

View File

@@ -10,8 +10,8 @@
:class="itemIconClass(item)"
/>
<VBtn v-bind="props" block variant="text"
color="secondary">
<VIcon v-if="item.icon" :icon="item.icon.icon" class="mr-2" />{{ item.title }}
color="rgb(46,38,61)">
<VIcon v-if="item.icon" :icon="item.icon.icon" class="mr-2" size="20"/>{{ item.title }}
</VBtn>
</template>
@@ -90,7 +90,7 @@ const itemIconClass = (item) => {
position: fixed;
width: 100%;
bottom: 20px;
padding-left: 16px;
padding-inline: 18px;
}