diff --git a/packages/nc-gui/components/smartsheet/Grid.vue b/packages/nc-gui/components/smartsheet/Grid.vue index 24bba4ec2f..647dc6e881 100644 --- a/packages/nc-gui/components/smartsheet/Grid.vue +++ b/packages/nc-gui/components/smartsheet/Grid.vue @@ -1387,7 +1387,7 @@ watch( // todo: replace with css variable td.filling::after { - @apply border-1 border-solid text-accent border-current; + @apply border-1 border-dashed text-primary border-current bg-gray-100 bg-opacity-50; } //td.active::before {