Browse Source

refactor(gui-v2): font-size correction

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/3318/head
Pranav C 2 years ago
parent
commit
ce83f2d06d
  1. 2
      packages/nc-gui-v2/components/smartsheet/Form.vue

2
packages/nc-gui-v2/components/smartsheet/Form.vue

@ -489,7 +489,7 @@ onMounted(async () => {
<a-form-item v-if="isEditable" class="m-0 gap-0 p-0">
<a-input
v-model:value="formViewData.heading"
class="w-full text-bold text-h3"
class="w-full !font-bold !text-4xl"
size="large"
hide-details
placeholder="Form Title"

Loading…
Cancel
Save