Skip to content

Commit 3dfb38c

Browse files
authored
fix(fe): Failed indexing colors support dark theme (#7264)
1 parent a1512a0 commit 3dfb38c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/src/components/embedding/FailedReIndexAttempts.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)