mirror of https://github.com/commaai/openpilot.git
UI/close_btn: Removed unused border code (#31073)
This commit is contained in:
parent
dfb56abf91
commit
a6695e4489
|
@ -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…
Reference in New Issue