From d43ca5e8ad6235b22793ef0390c23c64dfd16da0 Mon Sep 17 00:00:00 2001 From: Wren Hawthorne Date: Mon, 1 Jul 2024 04:39:13 -0700 Subject: [PATCH] Style fixes --- src/App.css | 3 +++ src/App.tsx | 7 +++++-- src/components/SingleChord.tsx | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/App.css b/src/App.css index 05c7ea5..b46dd15 100644 --- a/src/App.css +++ b/src/App.css @@ -134,6 +134,9 @@ sl-select::part(base) { border-radius: 25%; } +.curve-arrow { + font-size: 32px;; +} .octopus { margin: 0; /* writing-mode: vertical-lr; diff --git a/src/App.tsx b/src/App.tsx index f3ec6dd..3ce1872 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -166,12 +166,15 @@ function App() { return ( <>
-

OctoLooper

+

OctoLooper

-

❔↓ Mix It Up ↓❔

+

+ Mix It Up + +

diff --git a/src/components/SingleChord.tsx b/src/components/SingleChord.tsx index fd52b1f..cc6c77a 100644 --- a/src/components/SingleChord.tsx +++ b/src/components/SingleChord.tsx @@ -42,7 +42,7 @@ export const SingleChord = (props: Props) => { - + {isMajorChord && } {!isMajorChord && }