Skip to content

Commit fb26141

Browse files
committed
tweaks
1 parent d0f0a5f commit fb26141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue/src/courses/piano/utility/PianoRangeVisualizer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="piano-range-container">
33
<div class="piano-wrapper" ref="pianoWrapper">
4-
<svg :width="svgWidth" :height="keyHeight + 10" class="piano-svg">
4+
<svg :width="svgWidth" :height="keyHeight + 20" class="piano-svg">
55
<!-- Background to show full piano range for context -->
66
<g class="background-keys" opacity="0.15">
77
<template v-for="i in 88" :key="`bg-${i}`">

0 commit comments

Comments
 (0)