Skip to content

Commit 61763ff

Browse files
committedJan 30, 2022
Handles dark theme exceptions
1 parent b468ca4 commit 61763ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/components/setting/SettingSocialInfoRow.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ const FacebookInputBox = styled.div<{ focus: boolean }>`
201201
line-height: 1;
202202
flex: 1;
203203
width: 100%;
204+
background: transparent;
205+
color: ${themedPalette.text1};
204206
}
205207
${(props) =>
206208
props.focus &&

0 commit comments

Comments
 (0)