File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
web/src/components/embedding Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export function FailedReIndexAttempts({
4343 ) ;
4444
4545 return (
46- < div className = "mt-6 mb-8 p-4 border border-red-300 rounded-lg bg-red-50 " >
46+ < div className = "mt-6 mb-8 p-4 border border-status-error-02 bg-status-error-00 rounded-lg " >
4747 { pendingConnectorDeletion && (
4848 < ConfirmEntityModal
4949 danger
@@ -73,10 +73,10 @@ export function FailedReIndexAttempts({
7373 />
7474 ) }
7575
76- < Text className = "text-red-700 font-semibold mb-2" >
76+ < Text className = "text-status-error-05 font-semibold mb-2" >
7777 Failed Re-indexing Attempts
7878 </ Text >
79- < Text className = "text-red-600 mb-4" >
79+ < Text className = "text-status-error-05 mb-4" >
8080 The table below shows only the failed re-indexing attempts for existing
8181 connectors. These failures require immediate attention. Once all
8282 connectors have been re-indexed successfully, the new model will be used
You can’t perform that action at this time.
0 commit comments