File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 267267
268268 <div class =" cardContent" >
269269 <div id =' test_array' >
270- <v-switch label =" Motors" value =" motors" v-model =" checkedTests" ></v-switch >
271- <v-switch label =" Sonar" value =" sonar" v-model =" checkedTests" ></v-switch >
272- <v-switch label =" Speaker" value =" speaker" v-model =" checkedTests" ></v-switch >
273- <v-switch label =" OCR" value =" ocr" v-model =" checkedTests" ></v-switch >
270+ <v-switch label =" Motors" value =" motors" v-model =" checkedTests" color = " #f45525 " ></v-switch >
271+ <v-switch label =" Sonar" value =" sonar" v-model =" checkedTests" color = " #f45525 " ></v-switch >
272+ <v-switch label =" Speaker" value =" speaker" v-model =" checkedTests" color = " #f45525 " ></v-switch >
273+ <v-switch label =" OCR" value =" ocr" v-model =" checkedTests" color = " #f45525 " ></v-switch >
274274 <span >Checked names: {{ checkedTests }}</span >
275275 </div >
276276 <br >
277+ <div class =" text-xs-center" >
277278 <v-btn @click =" runTests" slot =" activator" color =" error" dark >
278279 <v-icon >fas fa-share-square</v-icon > Run tests
279280 </v-btn >
281+ </div >
280282 </div >
281283
282284 </v-card >
You can’t perform that action at this time.
0 commit comments