Skip to content

Commit

Permalink
refactor(billets-app): 🎨 guide box
Browse files Browse the repository at this point in the history
  • Loading branch information
yungblud committed Dec 19, 2024
1 parent 094dc03 commit c5f8ce6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/billets-app/src/screens/search-screen/search-screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export const SearchScreen = () => {
locationConcerts={locationConcerts}
/>
) : (
<View style={{ flex: 1, backgroundColor: colors.oc.gray[1].value, paddingHorizontal: 14 }}>
<View style={styles.guideBox}>
<Text weight="bold" style={styles.guideFont}>
이 지역의 공연 수 {pointsLength}
</Text>
Expand Down Expand Up @@ -242,6 +242,7 @@ const styles = StyleSheet.create({
borderTopRightRadius: 8,
...commonStyles.topShadowBox,
},
guideBox: { flex: 1, backgroundColor: colors.oc.gray[1].value, paddingHorizontal: 14 },
guideFont: {
fontSize: 16,
},
Expand Down

0 comments on commit c5f8ce6

Please sign in to comment.