Force text color to be black

This commit is contained in:
Alex Pyrgiotis 2023-07-26 15:22:36 +03:00
parent c541227dd3
commit b4bcd833e6
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -5,6 +5,10 @@ QLineEdit {
padding: 3px; padding: 3px;
} }
QWidget {
color: black;
}
/* /*
* QLabel left-adjacent to a QLineEdit to give the illusion * QLabel left-adjacent to a QLineEdit to give the illusion
* that it is part of it, but just not editable * that it is part of it, but just not editable