Browse Source

chore: remove outlined buttons

pull/2068/head
Naveen MR 2 years ago
parent
commit
0386b8e5df
  1. 1
      packages/nc-gui/components/project/tableTabs/webhook/WebhookEditor.vue
  2. 5
      packages/nc-gui/components/project/tableTabs/webhook/WebhookList.vue

1
packages/nc-gui/components/project/tableTabs/webhook/WebhookEditor.vue

@ -23,7 +23,6 @@
Test webhook Test webhook
</v-btn> </v-btn>
<v-btn <v-btn
outlined
tooltip="Save" tooltip="Save"
color="primary" color="primary"
small small

5
packages/nc-gui/components/project/tableTabs/webhook/WebhookList.vue

@ -4,12 +4,11 @@
Webhooks Webhooks
<v-spacer /> <v-spacer />
<v-btn <v-btn
outlined
tooltip="Save" tooltip="Save"
small class="primary"
@click.prevent="$emit('add')" @click.prevent="$emit('add')"
> >
Create webhook Create Webhook
</v-btn> </v-btn>
</v-card-title> </v-card-title>

Loading…
Cancel
Save