Browse Source

fix: icon alignment

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/5383/head
Pranav C 1 year ago
parent
commit
175bb06e73
  1. 2
      packages/nc-gui/components/dashboard/settings/Modal.vue

2
packages/nc-gui/components/dashboard/settings/Modal.vue

@ -227,7 +227,7 @@ watch(
@click="vDataState = DataSourcesSubTab.New"
>
<div v-if="vDataState === ''" class="flex items-center gap-2 text-primary font-light">
<component :is="iconMap.plusCircle" class="text-lg group-hover:text-accent" />
<component :is="iconMap.plusCircle" class="group-hover:text-accent" />
New
</div>
</a-button>

Loading…
Cancel
Save