Skip to content

Commit

Permalink
fix: link black preview instead of color-primary
Browse files Browse the repository at this point in the history
Signed-off-by: Aridhi-Dhia-eddine <dhiadhia045@gmail.com>
  • Loading branch information
Aridhi-Dhia-eddine committed Apr 11, 2024
1 parent de2a41a commit 438c4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/src/views/ReferenceFileWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export default defineComponent({
.widget-file {
display: flex;
flex-grow: 1;
color: var(--color-main-text) !important;
color: #007bff !important;
text-decoration: none !important;
padding: 0 !important;
Expand Down

0 comments on commit 438c4bf

Please sign in to comment.