Skip to content

Commit 430ee72

Browse files
committed
fix: Improve dark mode text contrast
1 parent bdd5e1d commit 430ee72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/src/components/content/ContentEditorConflict.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ useMonacoDiff(diffEditorRef, {
117117
</div>
118118
</dl>
119119

120-
<p class="text-xs mb-2">
120+
<p class="text-muted text-xs mb-2">
121121
{{ $t('studio.conflict.description') }}
122122
</p>
123123
</div>

0 commit comments

Comments
 (0)