From 9fe5dd2bbfc577b7621b30957a22782242715e88 Mon Sep 17 00:00:00 2001 From: Ashley Anderson Date: Tue, 2 Apr 2024 20:16:18 -0400 Subject: [PATCH] Match toolbar sizes --- src/components/DataControls.tsx | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/components/DataControls.tsx b/src/components/DataControls.tsx index 320fbdda..7b859457 100644 --- a/src/components/DataControls.tsx +++ b/src/components/DataControls.tsx @@ -12,9 +12,18 @@ interface DataControlsProps { export default function DataControls(props: DataControlsProps) { return ( - + {/* TODO: make this do something */} - + {/* TODO: make this do something */} - + ); }