Files
clearpilot/scp/settings/style.h
Your Name 931db76fc6 wip
2024-04-27 13:48:05 -05:00

16 lines
270 B
C

const button_style = R"(
QPushButton {
color: grey;
border: none;
background: none;
font-size: 65px;
font-weight: 500;
}
QPushButton:checked {
color: white;
}
QPushButton:pressed {
color: #ADADAD;
}
)";