Skip to content

Commit

Permalink
Update dialog.component.scss (#993)
Browse files Browse the repository at this point in the history
Updates base dialog text color
  • Loading branch information
mcwenger authored Jun 23, 2023
1 parent 691956d commit 6b63d53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$dialog-bg: $color-blue-grey-800;
$dialog-header-color: $color-grey-100;
$dialog-body-color: $color-grey-300;
$dialog-body-color: $color-blue-grey-200;

.ngx-dialog {
position: fixed;
Expand Down

0 comments on commit 6b63d53

Please sign in to comment.