Skip to content

Commit

Permalink
[MOD/#263] 곧 마감 공고 스크랩 없을 때 이미지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyobeen-Park committed Sep 25, 2024
1 parent 5328ac8 commit 3004591
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import androidx.compose.foundation.layout.Arrangement
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.layout.size
import androidx.compose.foundation.shape.RoundedCornerShape
import androidx.compose.material3.Text
import androidx.compose.runtime.Composable
Expand Down Expand Up @@ -45,6 +46,7 @@ fun HomeUpcomingEmptyFilter(
painter = R.drawable.ic_home_scrap_empty,
modifier = Modifier
.padding(top = 23.dp)
.size(44.dp)
)
Text(
text = stringResource(id = R.string.home_upcoming_no_scrap),
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 0 additions & 49 deletions feature/src/main/res/drawable/ic_home_scrap_empty.xml

This file was deleted.

0 comments on commit 3004591

Please sign in to comment.