Skip to content

Commit

Permalink
feat(instwin): update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp committed Jan 14, 2024
1 parent 858bbca commit 28b21db
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/instwin/src/instwin.qss
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
MainWindow {
MainWindow,
QPlainTextEdit {
background-color: transparent;
}

QLabel,
QGroupBox::title {
color: white;
}

0 comments on commit 28b21db

Please sign in to comment.