This commit is contained in:
Sabda Yagra 2026-02-18 10:24:44 +07:00
commit 5ef513f2ee
2 changed files with 3 additions and 3 deletions

View File

@ -117,7 +117,7 @@ export default function CreateTagModal() {
<Form {...form}>
<form
onSubmit={form.handleSubmit(onSubmit)}
className="space-y-3 bg-white rounded-sm"
className="space-y-3 bg-white dark:bg-default-50 rounded-sm"
>
<FormField
control={form.control}

View File

@ -117,7 +117,7 @@ const AdminTagTable = () => {
}
return (
<div className="w-full overflow-x-auto bg-white p-4 rounded-sm space-y-3">
<div className="w-full overflow-x-auto bg-white dark:bg-default-50 p-4 rounded-sm space-y-3">
<div className="flex justify-between mb-10 items-center">
<p className="text-xl font-medium text-default-900">
{t("tags", { defaultValue: "Tags" })}