Skip to content

Commit

Permalink
fix: add dark mode styling to live events (#22951)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarconLP authored Jun 13, 2024
1 parent 6750f3e commit 2fa4482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/activity/live/LiveEventsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function LiveEventsTable(): JSX.Element {
<div className="mb-4 flex w-full justify-between items-center">
<div className="flex justify-center">
<Tooltip title="Estimate of users active in the last 30 seconds." placement="right">
<div className="flex flex-justify-center items-center bg-white px-3 py-2 rounded border border-3000 text-xs font-medium text-gray-600 space-x-2.5">
<div className="flex flex-justify-center items-center bg-bg-light px-3 py-2 rounded border border-3000 text-xs font-medium text-gray-600 space-x-2.5">
<span className="relative flex h-2.5 w-2.5">
<span
className={clsx(
Expand Down

0 comments on commit 2fa4482

Please sign in to comment.