Skip to content

Commit c9a14db

Browse files
committed
design: fix colors
1 parent 67b1f05 commit c9a14db

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.DS_Store

2 KB
Binary file not shown.

TERMTERM/src/components/buttons/CustomSelector.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ const CustomSelector = ({ ...props }: ICVDropDownPickerProps) => {
4848

4949
<DropDownPicker
5050
{...props}
51+
theme={mode ? "LIGHT" : "DARK"}
5152
placeholderStyle={{
5253
color: LIGHT_COLOR_STYLE.Text.disabled,
5354
fontWeight: "500",

TERMTERM/src/screens/Toolbar/Home.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const Home = ({ navigation, route }: Props) => {
4545
<TitleContainer
4646
username={name}
4747
title={"님, 오늘도 파이팅👏"}
48-
subtitle={"아카이빙한 용어를 확인해보세요!"}
48+
subtitle={"아카이빙한 용어를 확인해 보세요!"}
4949
/>
5050
<WordCarousel words={curation} dots={true} />
5151
</>

0 commit comments

Comments
 (0)