feat: Use Fluent SVG icons on the dashboard (#3482)

This commit is contained in:
Pranav Raj S 2021-11-30 21:03:18 -08:00 committed by GitHub
parent 98be3b33c1
commit c792cfc0be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
151 changed files with 613 additions and 617 deletions

View file

@ -23,7 +23,7 @@
variant="link"
size="medium"
color-scheme="secondary"
icon="ion-trash-a"
icon="delete"
class-names="delete-button"
@click="onDelete"
/>
@ -44,7 +44,7 @@
@keyup.enter="onUpdate"
/>
<div class="input-group-button">
<woot-button size="small" icon="ion-checkmark" @click="onUpdate" />
<woot-button size="small" icon="checkmark" @click="onUpdate" />
</div>
</div>
<span v-if="shouldShowErrorMessage" class="error-message">
@ -75,7 +75,7 @@
variant="link"
size="small"
color-scheme="secondary"
icon="ion-clipboard"
icon="clipboard"
class-names="edit-button"
@click="onCopy"
/>
@ -85,7 +85,7 @@
variant="link"
size="small"
color-scheme="secondary"
icon="ion-compose"
icon="edit"
class-names="edit-button"
@click="onEdit"
/>