Skip to content

Commit

Permalink
remove reds
Browse files Browse the repository at this point in the history
  • Loading branch information
RomneyDa committed Jan 6, 2025
1 parent 2ef62e0 commit 0639939
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion gui/src/components/loaders/FreeTrialProgressBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ function FreeTrialProgressBar({ completed, total }: FreeTrialProgressBarProps) {
className="flex flex-1 cursor-default select-none items-center justify-center gap-1"
data-tooltip-id="usage_progress_bar"
>
<ExclamationCircleIcon width="18px" height="18px" color="red" />
<ExclamationCircleIcon
width="18px"
height="18px"
className="text-error"
/>
Trial limit reached
</div>

Expand Down
2 changes: 1 addition & 1 deletion gui/src/pages/gui/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ export function Chat() {
<ExclamationTriangleIcon
width="16px"
height="16px"
color="red"
className="text-error"
/>
) : (
<ChatBubbleOvalLeftIcon width="16px" height="16px" />
Expand Down

0 comments on commit 0639939

Please sign in to comment.