fix(ui): fix group bg

This commit is contained in:
0ko 2025-08-05 12:55:58 +05:00 committed by iamyaash
commit 032c0f9391
2 changed files with 4 additions and 1 deletions

View file

@ -2771,6 +2771,9 @@ tbody.commit-list {
.commit-group {
margin-bottom: 1rem;
}
.commit-group-commits {
background: var(--color-box-body);
}