Skip to content

Commit

Permalink
fix info-dialog color and split-area label height in firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatelange committed Sep 16, 2023
1 parent 429d8b1 commit 41f91ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/header/info-dialog.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ul {
@media (prefers-color-scheme: dark) {
::ng-deep .mat-dialog-container {
background-color: rgb(29, 30, 32);
color: initial;
color: inherit;
}

::ng-deep .mat-dialog-container button {
Expand Down
1 change: 1 addition & 0 deletions src/app/components/main/main.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ as-split>as-split-area .label {
background-color: rgba(195, 195, 195, 1);
padding: 10px;
display: flex;
max-height: 18px;
}

as-split>as-split-area .content.wrapy {
Expand Down

0 comments on commit 41f91ed

Please sign in to comment.