diff --git a/src/presets/realistic.tsx b/src/presets/realistic.tsx index 93c826e..f5c0195 100644 --- a/src/presets/realistic.tsx +++ b/src/presets/realistic.tsx @@ -18,6 +18,121 @@ const WhiteKey = (props: CustomKeyProps) => { className="klavier-realistic-key-svg" > {SVG} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ); @@ -31,7 +146,13 @@ const BlackKey = (props: CustomKeyProps) => { return (
- + {SVG}
@@ -51,34 +172,6 @@ const whiteKeyVariants = { fill="url(#paint1_linear_236_893)" fillOpacity="0.5" /> - - - - - - - - - - - - - - ), @@ -86,7 +179,7 @@ const whiteKeyVariants = { <> - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ), };