Fix admin upload border color
This commit is contained in:
parent
56d013f663
commit
fd87b80e0e
@ -38,7 +38,7 @@ export default function AdminUploadsTable({
|
||||
'flex items-center grow',
|
||||
'transition-opacity',
|
||||
'rounded-md overflow-hidden',
|
||||
'border-main bg-extra-dim',
|
||||
'border-medium bg-extra-dim',
|
||||
isAdding && !isComplete && status !== 'adding' && 'opacity-30',
|
||||
)}
|
||||
>
|
||||
|
||||
@ -30,7 +30,7 @@ export default function Container({
|
||||
case 'gray-border': return [
|
||||
'text-medium',
|
||||
'bg-extra-dim',
|
||||
'border border-gray-200 dark:border-gray-800',
|
||||
'border-medium',
|
||||
];
|
||||
case 'blue': return [
|
||||
'text-blue-800 dark:text-blue-400',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user