Skip to content

Commit

Permalink
fix(ui): better contrast in validation error tooltip (#1269)
Browse files Browse the repository at this point in the history
close #1228
  • Loading branch information
Skraye authored May 11, 2023
1 parent 434e227 commit 748ec11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/src/components/flows/ValidationError.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
max-width: 40vw;
white-space: pre-wrap;
background: transparent;
color: var(--bs-gray-100);
html.dark & {
color: var(--bs-gray-900);
}
padding: 0;
}
Expand Down

0 comments on commit 748ec11

Please sign in to comment.