Browse Source

refactor(gui-v2): set icon size to avoid shrinking

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

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

@ -13,3 +13,5 @@ const emits = defineEmits(['addRow'])
</div>
</a-tooltip>
</template>
<style scoped></style>

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

@ -11,3 +11,5 @@ import MdiDeleteIcon from '~icons/mdi/delete-outline'
</div>
</a-tooltip>
</template>
<style scoped></style>

Loading…
Cancel
Save