Skip to content

Commit 438c4bf

Browse files
fix: link black preview instead of color-primary
Signed-off-by: Aridhi-Dhia-eddine <[email protected]>
1 parent de2a41a commit 438c4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files/src/views/ReferenceFileWidget.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ export default defineComponent({
256256
.widget-file {
257257
display: flex;
258258
flex-grow: 1;
259-
color: var(--color-main-text) !important;
259+
color: #007bff !important;
260260
text-decoration: none !important;
261261
padding: 0 !important;
262262

0 commit comments

Comments
 (0)