Skip to content

Commit

Permalink
issue : #4628 , Dark theme arrow property corrected (#4629)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aakarshan-369 committed Jan 21, 2023
1 parent cb9e803 commit 4b8b36d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/styles/themes/dark-theme.scss
Expand Up @@ -492,6 +492,11 @@ textarea.form-control {
border-color: #474747 !important;
}

.popover .arrow::after, .popover .arrow::before {
border-left-color: #151515 !important;
border-right-color: #151515 !important;
}

.popover {
border-color: #464545 !important;
}
Expand Down

0 comments on commit 4b8b36d

Please sign in to comment.