[themes] Fix removed default QWidget text color

This commit is contained in:
nirvn 2019-08-28 14:25:54 +07:00
parent 4d61b76c45
commit 9ce283a222
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
QWidget
{
color: @text;
background: transparent;
}

View File

@ -1,5 +1,6 @@
QWidget
{
color: @text;
background: transparent;
}