We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca8129 commit a77d790Copy full SHA for a77d790
src/pages/RepoPage/CoverageTab/OverviewTab/subroute/FileExplorer/FileExplorer.jsx
@@ -23,7 +23,7 @@ function FileExplorer() {
23
24
return (
25
<div className="flex flex-col gap-4">
26
- <div className="sticky top-0 z-10 flex justify-between gap-2 pt-2">
+ <div className="sticky top-0 z-10 flex justify-between gap-2 bg-ds-background pt-2">
27
<div className="flex flex-1 items-center gap-4">
28
<DisplayTypeButton
29
dataLength={branchData?.length}
0 commit comments