Skip to content

Commit

Permalink
fix: 캐치필 달성 다크모드 #1
Browse files Browse the repository at this point in the history
  • Loading branch information
arch-spatula committed Jan 13, 2023
1 parent e95a384 commit c22f7a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/GraphicStatus.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,10 @@ const GraphicStatus = () => {
)}
</View>

<SupportTextContainer style={{ display: message ? 'flex' : 'none' }}>
<SupportTextContainer
theme={theme}
style={{ display: message ? 'flex' : 'none' }}
>
{/* 랜덤으로 뽑아준 인덱스 이용해서 응원글 랜덤 뽑기 */}
<SupportText theme={theme}>{supportArr[pop]}</SupportText>
</SupportTextContainer>
Expand Down

0 comments on commit c22f7a1

Please sign in to comment.