Skip to content

Commit 1f2e861

Browse files
fix(styles): improve dark mode text contrast (#101)
1 parent bdd5e1d commit 1f2e861

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)