feat: new colors (#10352)

Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Co-authored-by: iamsivin <iamsivin@gmail.com>
This commit is contained in:
Shivam Mishra
2024-10-28 14:27:08 +05:30
committed by GitHub
parent 80c9434069
commit 6df2d76c1e
10 changed files with 43 additions and 30 deletions

View File

@@ -137,7 +137,6 @@ const handleTabChange = value => {
<template>
<div class="flex flex-col items-start w-full gap-2 lg:flex-row">
<TabBar
class="bg-n-solid-1"
:tabs="tabs"
:initial-active-tab="activeTabIndex"
@tab-changed="handleTabChange"