diff --git a/gui/__main__.py b/gui/__main__.py index 727f62e..28b3a69 100755 --- a/gui/__main__.py +++ b/gui/__main__.py @@ -6963,7 +6963,7 @@ class Settings(Page): description = QLabel("Control whether HydraVeil configures a sudo policy so system-wide WireGuard profiles can be started without entering your sudo password.") description.setWordWrap(True) - description.setStyleSheet(f"color: white; font-size: 16px; font-family: Arial;") + description.setStyleSheet(f"color: white; font-size: 18px; font-family: Arial;") layout.addWidget(description) status_layout = QHBoxLayout()