Skip to content

Commit 2c15dc3

Browse files
committed
Fix border of ssh terminal in dark mode
- it's black in light mode - set it also to black in dark mode
1 parent 9542cd2 commit 2c15dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/packages/core/src/shared/components/ssh-viewer/ssh-viewer.component.theme.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
$status-colors: map-get($app-theme, status);
55
$ssh-error: map-get($status-colors, danger);
66
$ssh-disconnected: mat-color($primary);
7-
$ssh-background: map-get($foreground-colors, base);
7+
$ssh-background: #000;
88
$ssh-text: map-get($status-colors, text);
99

1010
.ssh-viewer {

0 commit comments

Comments
 (0)