diff --git a/src/components/PianoKeys.tsx b/src/components/PianoKeys.tsx index cbf26f5..34a9591 100644 --- a/src/components/PianoKeys.tsx +++ b/src/components/PianoKeys.tsx @@ -201,7 +201,7 @@ export function PianoKeys({ // Styling let fill = k.isBlack ? '#222' : '#fff'; - if (interactive && isMarked) { + if (isMarked) { fill = k.isBlack ? '#d32f2f' : '#ffcdd2'; // Red-ish for marked } @@ -223,21 +223,7 @@ export function PianoKeys({ ry={k.isBlack ? 0 : 2} /> - {isMarked && ( - - )} + ); })} diff --git a/src/components/SettingsModal.tsx b/src/components/SettingsModal.tsx index 8d8e235..e4a9d05 100644 --- a/src/components/SettingsModal.tsx +++ b/src/components/SettingsModal.tsx @@ -42,7 +42,7 @@ export const SettingsModal: React.FC = ({ isOpen, onClose, s - Virtual Guitar Sound + Virtual Instrument Sound