Skip to content

Commit

Permalink
fix: show image colour on dark theme
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Jul 24, 2024
1 parent d1b83dc commit 3430895
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/MessageHTMLBody.vue
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,7 @@ export default {
:deep(.button-vue__icon) {
display: none !important;
}
:deep(.button-vue--vue-tertiary) {
color: var(--color-text-maxcontrast);
}
</style>

0 comments on commit 3430895

Please sign in to comment.