Skip to content

Commit bf8c794

Browse files
committed
styling
1 parent f41dc01 commit bf8c794

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<template>
22
<v-card>
3-
<v-card-title class="text-h5 bg-grey-lighten-2" primary-title> Configure Midi Device </v-card-title>
4-
3+
<v-toolbar dense>
4+
<v-toolbar-title>Configure Midi Device</v-toolbar-title>
5+
</v-toolbar>
56
<v-card-text>
67
<v-form v-if="midiSupported" onsubmit="return false;">
78
<v-select
@@ -11,8 +12,8 @@
1112
hint="Play some notes on your input device to test the connection"
1213
></v-select>
1314
<v-select v-model="selectedOutput" :items="outputs" label="Select Output"></v-select>
14-
<v-btn :loading="updatePending" @click="saveSettings"> Save these settings </v-btn>
15-
<v-btn color="primary" @click="playSound">Test midi output</v-btn>
15+
<v-btn class="mx-2" :loading="updatePending" @click="saveSettings"> Save these settings </v-btn>
16+
<v-btn class="mx-2" color="primary" @click="playSound">Test midi output</v-btn>
1617
</v-form>
1718
<div v-else>
1819
<p>This quilt requires a midi input device, which is not supported by this browser.</p>

0 commit comments

Comments
 (0)