Skip to content

Commit

Permalink
[mod] #72 modify type style
Browse files Browse the repository at this point in the history
  • Loading branch information
seohee0925 committed Jul 15, 2024
1 parent 39f1658 commit e3bd0f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ fun EmptyFollowerScreen() {
Column(
horizontalAlignment = Alignment.CenterHorizontally,
) {
Row(){
Row() {
Spacer(modifier = Modifier.weight(13f))
Image(
painter = painterResource(com.record.designsystem.R.drawable.img_no_follower),
Expand All @@ -88,7 +88,7 @@ fun EmptyFollowerScreen() {
Spacer(modifier = Modifier.size(32.dp))
Text(
text = "아직 팔로우하는 사람이 없어요",
style = RecordyTheme.typography.emptyB,
style = RecordyTheme.typography.emptybody,
color = RecordyTheme.colors.white,
)
}
Expand Down

0 comments on commit e3bd0f6

Please sign in to comment.