Skip to content

Commit

Permalink
Update src/components/Sing/SequencerDummyGrid.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Hiroshiba <[email protected]>
  • Loading branch information
sigprogramming and Hiroshiba authored Jan 22, 2025
1 parent 584791d commit 672fc6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Sing/SequencerDummyGrid.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="sequencer-grid"></div>
<div class="sequencer-dummy-grid"></div>
</template>

<script setup lang="ts">
Expand All @@ -19,7 +19,7 @@ const gridHeight = injectedValue.gridHeight;
@use "@/styles/variables" as vars;
@use "@/styles/colors" as colors;
.sequencer-grid {
.sequencer-dummy-grid {
display: block;
width: v-bind("`${gridWidth}px`");
height: v-bind("`${gridHeight}px`");
Expand Down

0 comments on commit 672fc6e

Please sign in to comment.