Skip to content

Commit 0260720

Browse files
Fix disconnected style
1 parent 6b8503c commit 0260720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/src/styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ export const minimizedStyles = `
425425
background-color: #2ecc71;
426426
}
427427
428-
.status-indicator.connected {
428+
.status-indicator.diconnected {
429429
background-color: #e74c3c;
430430
}
431431

0 commit comments

Comments
 (0)