Skip to content

Commit

Permalink
Merge pull request #345 from Nexters/fix/344
Browse files Browse the repository at this point in the history
Fix/344 9차 MVP QA
  • Loading branch information
HamBP authored Nov 25, 2024
2 parents 4e7ca60 + 3ad94fe commit ff5f6ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ private fun CountDownBanner(
) {
Text(
text = stringResource(id = R.string.show_ticketing_deadline_countdown) + " " + remainingTime.asString(),
style = MaterialTheme.typography.titleLarge.copy(color = Grey90)
style = MaterialTheme.typography.titleMedium.copy(color = Grey90)
)
}
}
Expand Down
9 changes: 1 addition & 8 deletions presentation/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,14 +229,7 @@
<string name="empty_cast_title">COMING SOON</string>
<string name="empty_cast_desc">조금만 기다려주세요!</string>
<string name="show_share_format">
공연 정보를 공유드려요!\n
\n
- 공연명 : %s\n
- 일시 : %s\n
- 장소 : %s\n
\n
공연 상세 정보 ▼\n
%s
공연 정보를 공유드려요!\n\n- 공연명 : %s\n- 일시 : %s\n- 장소 : %s\n\n공연 상세 정보 ▼\n%s
</string>

<!-- 입장 코드 -->
Expand Down

0 comments on commit ff5f6ed

Please sign in to comment.