UI/close_btn: Removed unused border code (#31073)

pull/31075/head
ugtthis 1 year ago committed by GitHub
parent dfb56abf91
commit a6695e4489
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      selfdrive/ui/qt/offroad/settings.cc

@ -356,7 +356,6 @@ SettingsWindow::SettingsWindow(QWidget *parent) : QFrame(parent) {
QPushButton {
font-size: 140px;
padding-bottom: 20px;
border 1px grey solid;
border-radius: 100px;
background-color: #292929;
font-weight: 400;

Loading…
Cancel
Save