Skip to content

Commit 622bb56

Browse files
authored
Merge pull request #28109 from nextcloud/backport/28101/stable22
[stable22] Fix dark theme in file exists dialog
2 parents bce33f2 + cf62f62 commit 622bb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files/css/upload.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
}
128128
.oc-dialog .fileexists th label {
129129
font-weight: normal;
130-
color:black;
130+
color: var(--color-main-text);
131131
}
132132
.oc-dialog .fileexists th .count {
133133
margin-left: 3px;

0 commit comments

Comments
 (0)