Skip to content

Commit

Permalink
fix: terminal color
Browse files Browse the repository at this point in the history
  • Loading branch information
robot9706 committed Oct 6, 2023
1 parent f825349 commit 545b8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/frontend/src/components/shared/events-terminal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const EventsTerminal = <T,>(props: EventsTerminalProps<T>) => {
<div
ref={containerRef}
onScroll={onScroll}
className="flex flex-col h-full overflow-y-auto bg-lens-dark rounded-md ring-2 ring-lens-surface-4 border-lens-dark px-2 py-1 mt-4 h-128 font-roboto"
className="flex flex-col h-full overflow-y-auto bg-lens-surface-6 rounded-md ring-2 ring-lens-surface-4 border-lens-dark px-2 py-1 mt-4 h-128 font-roboto"
>
{eventStrings.map((it, index) => (
<span className="text-lens-text-0 tracking-widest py-2 text-sm" key={`event-${index}`}>
Expand Down

0 comments on commit 545b8c4

Please sign in to comment.