Skip to content

Commit be84965

Browse files
plrthinkPerry Poon
andauthored
fix: set header bg color explicitly to avoid overwriting by the host app (#112)
Co-authored-by: Perry Poon <plrthink@jinshuju.net>
1 parent fd28ebf commit be84965

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/header.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const Header = ({ setVisible, control }: Props) => {
2020
display: 'flex',
2121
alignItems: 'center',
2222
paddingLeft: 10,
23+
backgroundColor: 'transparent',
2324
}}
2425
>
2526
<p

0 commit comments

Comments
 (0)