We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd28ebf commit be84965Copy full SHA for be84965
1 file changed
src/header.tsx
@@ -20,6 +20,7 @@ const Header = ({ setVisible, control }: Props) => {
20
display: 'flex',
21
alignItems: 'center',
22
paddingLeft: 10,
23
+ backgroundColor: 'transparent',
24
}}
25
>
26
<p
0 commit comments