feat: update styling for dataset creation components and replace error message background

This commit is contained in:
twwu
2025-01-23 15:46:12 +08:00
parent 684f7188f4
commit 08bd96f170
8 changed files with 18 additions and 18 deletions

View File

@ -16,7 +16,7 @@ const ErrorMessage: FC<Props> = ({
errorMsg,
}) => {
return (
<div className={cn(className, 'py-2 px-4 border-t border-divider-subtle bg-dataset-crawler-error-message-bg')}>
<div className={cn(className, 'py-2 px-4 border-t border-divider-subtle bg-dataset-warning-message-bg opacity-40')}>
<div className='flex items-center h-5'>
<AlertTriangle className='mr-2 w-4 h-4 text-text-warning-secondary' />
<div className='system-md-medium text-text-warning'>{title}</div>