Browse Source

chore: updated hover color

pull/8629/head
rohittp 4 weeks ago
parent
commit
f3c27085fb
  1. 2
      packages/nc-gui/components/smartsheet/expanded-form/Comments.vue

2
packages/nc-gui/components/smartsheet/expanded-form/Comments.vue

@ -175,7 +175,7 @@ watch(commentsWrapperEl, () => {
<div v-for="comment of comments" :key="comment.id" class="nc-comment-item">
<div
:class="{
'hover:bg-gray-50 bg-white': comment.id !== editComment?.id,
'hover:bg-gray-200 bg-white': comment.id !== editComment?.id,
}"
class="group gap-3 overflow-hidden flex items-start px-3 py-1"
>

Loading…
Cancel
Save