chore: auto-merge develop → main
Triggered by: b83db76 fix: remove background/border from persons +/- buttons
This commit is contained in:
@@ -6575,8 +6575,8 @@ body.cooking-mode-active .app-header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-persons-adj {
|
.btn-persons-adj {
|
||||||
background: var(--bg-secondary, #1e2a3a);
|
background: none;
|
||||||
border: 1px solid var(--border-color, #2a3a50);
|
border: none;
|
||||||
color: var(--text-primary);
|
color: var(--text-primary);
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
width: 18px;
|
width: 18px;
|
||||||
|
|||||||
Reference in New Issue
Block a user