Skip to content

Commit 18f00d0

Browse files
fix[frontend](log-explorer): fixed log explorer select colors (#2362)
1 parent f85e141 commit 18f00d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/features/log-explorer/components/LogExplorerView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ const CALENDAR_INTERVALS = [
11201120
]
11211121

11221122
const SELECT_CLS =
1123-
'h-8 cursor-pointer rounded-md border border-input bg-background/40 px-2 text-xs transition-colors focus-visible:border-ring focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring'
1123+
'h-8 cursor-pointer rounded-md border border-border bg-background px-2 text-xs transition-colors focus-visible:border-ring focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring'
11241124

11251125
function ViewToggle({ mode, onChange }: { mode: 'table' | 'chart'; onChange: (m: 'table' | 'chart') => void }) {
11261126
const { t } = useTranslation()

0 commit comments

Comments
 (0)