Skip to content

Commit

Permalink
fix(nc-gui): update comment item user name color and font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshmane7218 committed May 11, 2024
1 parent e7e1f13 commit 3d6fc75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ watch(commentsWrapperEl, () => {
{{ log.display_name?.trim() || log.user || 'Shared source' }}
</template>
<span
class="text-ellipsis overflow-hidden text-gray-700 text-small"
class="text-ellipsis overflow-hidden text-gray-500 font-weight-500 text-small"
:style="{
wordBreak: 'keep-all',
whiteSpace: 'nowrap',
Expand Down

0 comments on commit 3d6fc75

Please sign in to comment.