From 83b65ea5fa52aa20d764e9212ee1b2a18b0e9858 Mon Sep 17 00:00:00 2001 From: Gabe Serna Date: Fri, 15 Nov 2024 20:35:35 -0500 Subject: [PATCH] More Minor Adjustments --- app/audio/AudioForm.tsx | 2 +- components/AudioMidiVisualizer.tsx | 10 +++++++--- components/PianoRoll.tsx | 2 ++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/app/audio/AudioForm.tsx b/app/audio/AudioForm.tsx index 3248bec..07b4418 100644 --- a/app/audio/AudioForm.tsx +++ b/app/audio/AudioForm.tsx @@ -133,7 +133,7 @@ export default function AudioForm({ }, [isSubmitting]); return ( -
+
) : ( - - Generating Midi... - +
+ + Generating Midi... + +
{" "} + {/* Compensate for button height + margin */} +
)}
diff --git a/components/PianoRoll.tsx b/components/PianoRoll.tsx index 332e071..d62a0c9 100644 --- a/components/PianoRoll.tsx +++ b/components/PianoRoll.tsx @@ -382,6 +382,7 @@ const PianoRoll: React.FC = ({ {/* Piano Keys Container */}
= ({ {/* Notes Container */}