Skip to content

Commit

Permalink
fix: white background dragging connections or tabs on Linux, fixes #486
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio286 committed Dec 1, 2022
1 parent 02f204a commit 669d7e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/TheSettingBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ if (!connectionsArr.value.length)
li {
margin: 0;
background: $bg-color-light-dark;
}
.settingbar-element {
Expand Down
2 changes: 2 additions & 0 deletions src/renderer/scss/themes/dark-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@
background: $bg-color-light-dark;

.tab-item {
background: $bg-color-light-dark;

> a {
color: $body-font-color-dark;
}
Expand Down

0 comments on commit 669d7e8

Please sign in to comment.