From 5fcec4308eca3a6961825a179a69db90314b370f Mon Sep 17 00:00:00 2001 From: Pranav C Date: Fri, 17 May 2024 19:29:47 +0530 Subject: [PATCH] fix: Missing lookup/rollup icon colour (#8512) * fix: missing lookup/rollup icon color * fix: icon color in field menu --- .../components/smartsheet/grid/Table.vue | 2 +- .../smartsheet/header/VirtualCell.vue | 2 +- .../smartsheet/header/VirtualCellIcon.ts | 15 ++++++---- .../toolbar/FieldListAutoCompleteDropdown.vue | 29 ++++++++++++++++++- packages/nc-gui/windi.config.ts | 12 +++++++- 5 files changed, 51 insertions(+), 9 deletions(-) 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) => {
- +