Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-24 16:34:14 +07:00
parent d4800beb67
commit bc7a484a01

View File

@@ -1,4 +1,4 @@
// VaultSentinel - Account Management Application
// VaultSentinel - Account Management Application
// Main JavaScript functionality
class AccountManager {
@@ -1562,7 +1562,7 @@ class AccountManager {
return {
value: 'approved',
label: 'Chấp nhận',
className: 'bg-emerald-100 text-emerald-700 border border-emerald-200'
className: 'bg-green-100 text-green-700 border border-green-200'
};
}
@@ -1577,7 +1577,7 @@ class AccountManager {
return {
value: 'pending',
label: 'Đang chờ',
className: 'bg-amber-100 text-amber-700 border border-amber-200'
className: 'bg-yellow-100 text-yellow-700 border border-yellow-200'
};
}