Skip to content

Commit

Permalink
chore: changed option modal header style
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvilla committed Mar 10, 2022
1 parent dd7d540 commit 38c5f00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/assets/scss/dark-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,10 @@ body.dark-theme {
color: $dark-main-text-color!important;
}
.mat-tab-header {
border: 0.3px solid $dark-session-card-border;
border-bottom: 0.3px solid $dark-session-card-border;
border-top: none;
border-right: none;
border-left: none;
}
div.mat-tab-label {
background-color: $dark-modal-background;
Expand Down

0 comments on commit 38c5f00

Please sign in to comment.