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
class="small info"
class="small info hollow"
type="button"
@click="reset"
>
@ -31,7 +31,7 @@
</div>
</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" />
</button>
</div>

View file

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