Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Jun 19, 2024
1 parent f22ecbb commit 504b1d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/Playlist/Playlist.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ const List = ({
</DraggableToNotebook>

<div className="overflow-y-auto" onScroll={handleScroll} ref={contentRef}>
{actionContent && <div className="bg-side">{actionContent}</div>}
{actionContent && <div className="bg-bg-3000">{actionContent}</div>}

{sections.flatMap((s) => s.items).length ? (
<>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function SessionRecordingsPlaylistSettings(): JSX.Element {
const { orderBy } = useValues(sessionRecordingsPlaylistLogic)

return (
<div className="relative flex flex-col gap-2 p-3 bg-bg-3000 border-b">
<div className="relative flex flex-col gap-2 p-3 border-b">
<Tooltip
title={
<div className="text-center">
Expand Down

0 comments on commit 504b1d6

Please sign in to comment.