Styles styels styles
This commit is contained in:
@@ -793,7 +793,7 @@ export default function ContentViewTemplate({ content, loading, onBack }: Conten
|
||||
return 'bg-success-100 text-success-800 dark:bg-success-900/30 dark:text-success-400';
|
||||
}
|
||||
if (statusLower === 'approved') {
|
||||
return 'bg-blue-100 text-blue-800 dark:bg-blue-900/30 dark:text-blue-400';
|
||||
return 'bg-brand-100 text-brand-800 dark:bg-brand-900/30 dark:text-brand-400';
|
||||
}
|
||||
if (statusLower === 'review') {
|
||||
return 'bg-purple-100 text-purple-800 dark:bg-purple-900/30 dark:text-purple-400';
|
||||
|
||||
Reference in New Issue
Block a user