Browse Source

refactor: button style

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/743/head
Pranav C 3 years ago
parent
commit
adf530e0d6
  1. 11
      packages/nc-gui/components/project/spreadsheet/components/editableCell/editableAttachmentCell.vue

11
packages/nc-gui/components/project/spreadsheet/components/editableCell/editableAttachmentCell.vue

@ -66,8 +66,15 @@
<v-icon v-if="uploading" small color="primary" class="nc-attachment-add-spinner">
mdi-loading mdi-spin
</v-icon>
<v-btn v-else-if="isForm" outlined x-small class="nc-attachment-add-btn">
<v-icon x-small color="primary">
<v-btn
v-else-if="isForm"
outlined
x-small
color=""
text
class="nc-attachment-add-btn"
>
<v-icon x-small color="">
mdi-plus
</v-icon> Attachment
</v-btn>

Loading…
Cancel
Save