Skip to content

Commit 50b889d

Browse files
committed
Fix Frida host back button contrast in HC theme
1 parent 979b0cd commit 50b889d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/intercept/config/frida-config.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ const BackButton = styled(IconButton).attrs(() => ({
8888
title: 'Jump to this request on the View page'
8989
}))`
9090
font-size: ${p => p.theme.textSize};
91+
color: ${p => p.theme.highlightColor};
9192
padding: 0 10px;
9293
`;
9394

0 commit comments

Comments
 (0)