diff --git a/packages/nc-gui/components/smartsheet/grid/Table.vue b/packages/nc-gui/components/smartsheet/grid/Table.vue index 2f688066e3..4fce3a1deb 100644 --- a/packages/nc-gui/components/smartsheet/grid/Table.vue +++ b/packages/nc-gui/components/smartsheet/grid/Table.vue @@ -2447,7 +2447,7 @@ onKeyStroke('ArrowDown', onDown) :deep(.nc-cell-icon), :deep(.nc-virtual-cell-icon) { - @apply !w-3.5 !h-3.5 !text-gray-500 !text-small; + @apply !w-3.5 !h-3.5 !text-small; } } diff --git a/packages/nc-gui/components/smartsheet/header/VirtualCell.vue b/packages/nc-gui/components/smartsheet/header/VirtualCell.vue index 0b658e0780..c126c70f5e 100644 --- a/packages/nc-gui/components/smartsheet/header/VirtualCell.vue +++ b/packages/nc-gui/components/smartsheet/header/VirtualCell.vue @@ -220,7 +220,7 @@ const onClick = (e: Event) => {
- +