Skip to content

Commit 4423da9

Browse files
fix: RekorSearch apply white background (#73)
Signed-off-by: Carlos Feria <[email protected]>
1 parent fd489b2 commit 4423da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/app/pages/RekorSearch/RekorSearch.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const RekorSearch: React.FC = () => {
2525
</SplitItem>
2626
</Split>
2727
</PageSection>
28-
<PageSection variant="secondary" isFilled>
28+
<PageSection>
2929
<Settings open={settingsOpen} onClose={() => setSettingsOpen(false)} />
3030
<Explorer />
3131
</PageSection>

0 commit comments

Comments
 (0)