Merge pull request #32896 from iamejaaz/child-table-search-background

fix: mismatch child table background color
This commit is contained in:
Ejaaz Khan 2025-06-11 15:49:03 +05:30 committed by GitHub
commit 1b9d642089
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,6 +47,7 @@
.search {
// TODO: Align with table grid without overwriting padding if possible
padding: 4px 7px 4px 7px !important;
background-color: var(--fg-color);
}
}