Skip to content

Commit

Permalink
Fix blazor-error-ui text and links color in dark mode #963 (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
hocinehacherouf authored Jul 25, 2022
1 parent b2eb6f6 commit e38da2e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/AzureIoTHub.Portal/Client/wwwroot/css/app.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
.validation-error-message {
#blazor-error-ui {
color: black;
}

#blazor-error-ui a {
color: black;
}

.validation-error-message {
color: var(--mud-palette-error) !important;
margin: 0;
font-size: .75rem;
Expand Down

0 comments on commit e38da2e

Please sign in to comment.