Make QCheckBox more visible (#2314)

This commit is contained in:
Matthias Metelka 2023-01-12 00:16:38 +01:00 committed by GitHub
parent 10fd465edb
commit df456e959d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -401,9 +401,9 @@ QRadioButton {{
QCheckBox::indicator,
QRadioButton::indicator,
QMenu::indicator {{
border: 1px solid {tm.var(colors.BORDER_SUBTLE)};
border: 1px solid {tm.var(colors.BORDER)};
border-radius: {tm.var(props.BORDER_RADIUS)};
background: {tm.var(colors.CANVAS_INSET)};
background: {tm.var(colors.CANVAS_ELEVATED)};
width: 16px;
height: 16px;
}}