ui color/theme improvement

This commit is contained in:
Hayden
2021-01-08 19:57:28 -09:00
parent 86c1fd8e9d
commit 7b6fdc7619
12 changed files with 41 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div>
<v-btn text color="success" @click="dialog = true"> New </v-btn>
<v-btn text color="info" @click="dialog = true"> New </v-btn>
<v-dialog v-model="dialog" width="400">
<v-card>
<v-card-title> Add a New Theme </v-card-title>