Browse Source

fix(nc-gui)/Lowered opacity of GeneralOverlay in Grid

pull/3708/head
Muhammed Mustafa 2 years ago
parent
commit
33a0de966c
  1. 2
      packages/nc-gui/components/smartsheet/Grid.vue

2
packages/nc-gui/components/smartsheet/Grid.vue

@ -381,7 +381,7 @@ onBeforeUnmount(async () => {
<template>
<div class="flex flex-col h-full min-h-0 w-full">
<general-overlay :model-value="isLoading" inline transition class="!bg-gray-100/25">
<general-overlay :model-value="isLoading" inline transition class="!bg-opacity-15">
<div class="flex items-center justify-center h-full w-full">
<a-spin size="large" />
</div>

Loading…
Cancel
Save