Skip to content

Commit cf62f62

Browse files
szaimenbackportbot[bot]
authored andcommitted
Fix dark theme in file exists dialog
Signed-off-by: szaimen <szaimen@e.mail.de>
1 parent 67675c8 commit cf62f62

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)