Update index.tsx

This commit is contained in:
rustmailer
2026-05-08 20:53:39 +08:00
parent 12e7bb6ba3
commit be934e2b3f
+1 -1
View File
@@ -76,7 +76,7 @@ export default function Accounts() {
<div className="flex rounded-md shadow-sm">
<Button
onClick={() => setOpen("add")}
className="rounded-r-none border-r-0"
className="border-r-0"
>
<Plus className="h-4 w-4" />
{t('accounts.add')}