Redesign Split Tree and visualiser into panels

Summary: This looks a lot neater and allows us to have separate dedicated visualiser header

Reviewed By: mweststrate

Differential Revision: D47626867

fbshipit-source-id: 843721853e0ff88837afbb9bf3f510a908160d12
This commit is contained in:
Luke De Feo
2023-07-26 03:22:38 -07:00
committed by Facebook GitHub Bot
parent 0e15dce033
commit 272d2d2106
4 changed files with 46 additions and 37 deletions

View File

@@ -44,7 +44,7 @@ export const Controls: React.FC = () => {
useState(false);
return (
<Layout.Horizontal pad="small" gap="small">
<Layout.Horizontal gap="medium" pad="medium">
<Input
value={searchTerm}
onChange={(e) => {