dev: hotfix, adjust some inputs

This commit is contained in:
2025-10-12 21:24:35 +07:00
parent e71bb4d13d
commit cad7ac6a71
4 changed files with 10 additions and 5 deletions
@@ -19,7 +19,7 @@ function changeTab(value: string) {
<template>
<!-- Tabs -->
<div class="mt-4 flex flex-wrap gap-2 rounded-md border bg-white p-4 shadow-sm">
<div class="mt-4 flex flex-wrap gap-2 rounded-md border bg-white dark:bg-neutral-950 p-4 shadow-sm">
<Button
v-for="tab in data"
:key="tab.value"