Updated button styles

This commit is contained in:
Roman Cervantes 2018-11-24 13:49:29 -07:00
parent 2409b5be2d
commit 044df53b78
2 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@
</button> </button>
<button <button
class="small info" class="small info hollow"
type="button" type="button"
@click="reset" @click="reset"
> >
@ -31,7 +31,7 @@
</div> </div>
</form> </form>
<button class="add small info hollow" @click="toggleAddList" v-else> <button class="add small info" @click="toggleAddList" v-else>
<i class="fas fa-plus" /> <i class="fas fa-plus" />
</button> </button>
</div> </div>

View file

@ -50,7 +50,7 @@
</section> </section>
<section> <section>
<button @click="promptDelete" class="error small"> <button @click="promptDelete" class="error hollow small">
<i class="fas fa-exclamation-triangle" /> <i class="fas fa-exclamation-triangle" />
Delete Account Delete Account
</button> </button>