mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-26 17:51:54 +01:00
Change in-progress status color
This commit is contained in:
parent
d1846823ba
commit
7ea774f35b
@ -49,7 +49,7 @@ export function IndexAttemptStatus({
|
||||
);
|
||||
} else if (status === "in_progress") {
|
||||
badge = (
|
||||
<Badge size={size} color="fuchsia" icon={FiClock}>
|
||||
<Badge size={size} color="amber" icon={FiClock}>
|
||||
In Progress
|
||||
</Badge>
|
||||
);
|
||||
@ -59,12 +59,6 @@ export function IndexAttemptStatus({
|
||||
Scheduled
|
||||
</Badge>
|
||||
);
|
||||
} else {
|
||||
badge = (
|
||||
<Badge size={size} color="yellow" icon={FiClock}>
|
||||
Initializing
|
||||
</Badge>
|
||||
);
|
||||
}
|
||||
|
||||
// TODO: remove wrapping `dark` once we have light/dark mode
|
||||
|
Loading…
x
Reference in New Issue
Block a user