chore: fix border color

This commit is contained in:
iamsivin
2024-12-09 21:53:20 +05:30
parent 6a986224cf
commit a19610a23b
7 changed files with 7 additions and 7 deletions
@@ -112,7 +112,7 @@ export default {
<woot-tabs
v-if="dashboardApps.length && currentChat.id"
:index="activeIndex"
class="-mt-px bg-n-background !border-n-weak/50 dashboard-app--tabs"
class="-mt-px bg-n-background !border-n-weak dashboard-app--tabs"
@change="onDashboardAppTabChange"
>
<woot-tabs-item
@@ -130,7 +130,7 @@ export default {
<template>
<div
class="flex flex-col items-center justify-between px-4 py-2 border-b bg-n-background border-n-weak/50 dark:border-n-background/50 md:flex-row"
class="flex flex-col items-center justify-between px-4 py-2 border-b bg-n-background border-n-weak dark:border-n-background/50 md:flex-row"
>
<div
class="flex flex-col items-center justify-center flex-1 w-full min-w-0"