Fix color tag of logs/tty

This commit is contained in:
Elad Ashkenazi
2023-07-31 05:00:46 +03:00
parent c108b31954
commit 8a4617d3c2
8 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -579,7 +579,7 @@ QLabel#thumbnail_icon_color {
}
/* Log colors */
QTextEdit#log_frame {
QPlainTextEdit#log_frame {
background-color: #23262d;
}
@@ -620,7 +620,7 @@ QLabel#log_stack {
}
/* TTY colors */
QTextEdit#tty_frame {
QPlainTextEdit#tty_frame {
background-color: #23262d;
}