Skip to content

Commit a77d790

Browse files
authored
fix: RepoPage table header having no BG (#3545)
1 parent 4ca8129 commit a77d790

File tree

1 file changed

+1
-1
lines changed
  • src/pages/RepoPage/CoverageTab/OverviewTab/subroute/FileExplorer

1 file changed

+1
-1
lines changed

src/pages/RepoPage/CoverageTab/OverviewTab/subroute/FileExplorer/FileExplorer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function FileExplorer() {
2323

2424
return (
2525
<div className="flex flex-col gap-4">
26-
<div className="sticky top-0 z-10 flex justify-between gap-2 pt-2">
26+
<div className="sticky top-0 z-10 flex justify-between gap-2 bg-ds-background pt-2">
2727
<div className="flex flex-1 items-center gap-4">
2828
<DisplayTypeButton
2929
dataLength={branchData?.length}

0 commit comments

Comments
 (0)