feat: update UI components to use CSS variables for dark mode compatibility
This commit is contained in:
@@ -190,9 +190,9 @@ export default function LoginPage() {
|
||||
|
||||
{searchParams.get('error') === 'access_denied' && (
|
||||
<div style={{
|
||||
background: '#fee2e2', border: '1px solid #fca5a5',
|
||||
background: 'var(--danger-bg)', border: '1px solid var(--danger)',
|
||||
borderRadius: 8, padding: '10px 14px',
|
||||
fontSize: 13, color: '#dc2626', marginBottom: 16,
|
||||
fontSize: 13, color: 'var(--danger)', marginBottom: 16,
|
||||
textAlign: 'center',
|
||||
}}>
|
||||
حساب شما دسترسی به پنل مدیریت را ندارد
|
||||
|
||||
Reference in New Issue
Block a user