AddProductDialog: slight copy and visual tweaks

This commit is contained in:
Seth Ladygo
2019-05-17 16:13:39 -07:00
parent b9b91a9044
commit a9a971d3d6

View File

@ -12,7 +12,7 @@
</v-card> </v-card>
<v-card-text> <v-card-text>
<p>Enter lots of material numbers to add to the catalog</p> <p>Enter material numbers to add to the catalog</p>
<v-textarea <v-textarea
v-model="text" v-model="text"
autofocus autofocus
@ -27,7 +27,7 @@
<v-spacer></v-spacer> <v-spacer></v-spacer>
<v-btn small flat @click="show = false">Cancel</v-btn> <v-btn small flat @click="show = false">Cancel</v-btn>
<v-spacer></v-spacer> <v-spacer></v-spacer>
<v-btn small color="primary" class="black--text" @click="doAdd()">Add</v-btn> <v-btn small flat color="primary" @click="doAdd()">Add</v-btn>
<v-spacer></v-spacer> <v-spacer></v-spacer>
</v-card-actions> </v-card-actions>