Browse Source

refactor(gui-v2): button size correction

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/2860/head
Pranav C 2 years ago
parent
commit
507e8fe829
  1. 2
      packages/nc-gui-v2/components/smartsheet-toolbar/ColumnFilter.vue

2
packages/nc-gui-v2/components/smartsheet-toolbar/ColumnFilter.vue

@ -215,7 +215,7 @@ watch(
</template>
</div>
<a-button small class="elevation-0 text-sm text-capitalize text-grey my-3" @click.stop="addFilter">
<a-button size="small" class="elevation-0 text-sm text-capitalize text-grey my-3" @click.stop="addFilter">
<div class="flex align-center gap-1">
<!-- <v-icon small color="grey"> mdi-plus </v-icon> -->
<MdiAddIcon />

Loading…
Cancel
Save