Merge pull request #1492 from SaptakS/autoconnect-dark

Fixes dark mode for initial autoconnect tab
This commit is contained in:
Micah Lee 2021-12-20 12:05:10 -08:00 committed by GitHub
commit e92a145219
2 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ class GuiCommon:
QCheckBox {
margin-top: 30px;
background: #FCFCFC;
color: #000000;
border: 1px solid #DDDBDA;
border-radius: 8px;
padding: 24px 16px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB