Skip to content

Commit

Permalink
Change ResizableHandle color in overlays panel
Browse files Browse the repository at this point in the history
  • Loading branch information
egbertbouman committed Nov 6, 2024
1 parent cb3e74e commit d15047a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tribler/ui/src/pages/Debug/IPv8/Overlays.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default function Overlays() {
maxHeight={Math.max((parentRect?.height ?? 50) - 0, 50)}
/>
</ResizablePanel>
<ResizableHandle className="border-2 border-gray-600" />
<ResizableHandle className="border-2 border-gray-300 dark:border-gray-600" />
<ResizablePanel defaultSize={50} className={`${selectedOverlay ? "flex" : "hidden"}`}>
<SimpleTable
data={selectedOverlay?.peers || []}
Expand Down

0 comments on commit d15047a

Please sign in to comment.