Browse Source

fix: Darkened expand btn for text area cell

pull/7046/head
Muhammed Mustafa 10 months ago
parent
commit
de4aa3cce3
  1. 2
      packages/nc-gui/components/cell/TextArea.vue

2
packages/nc-gui/components/cell/TextArea.vue

@ -166,7 +166,7 @@ watch(editEnabled, () => {
<template #title>{{ $t('title.expand') }}</template>
<component
:is="iconMap.expand"
class="transform dark:(!text-white) group-hover:(!text-grey-800 scale-120) text-gray-500 text-xs"
class="transform dark:(!text-white) group-hover:(!text-grey-800 ) scale-120 text-gray-700 text-xs"
/>
</NcTooltip>
</div>

Loading…
Cancel
Save