Skip to content

Commit

Permalink
[chore] merge 문제되는 부분 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhooon committed Apr 10, 2024
1 parent 0d6b7b2 commit 68d3223
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ fun FestivalSearchTextField(
Spacer(modifier = Modifier.width(14.dp))
if (isSearchMode) {
Icon(
imageVector = ImageVector.vectorResource(R.drawable.ic_arrow_back),
imageVector = ImageVector.vectorResource(R.drawable.ic_arrow_back_dark_gray),
contentDescription = "Search Icon",
tint = Color(0xFF767676),
modifier = Modifier.clickable {
Expand Down
2 changes: 1 addition & 1 deletion feature/booth/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
libs.androidx.core,
libs.timber,
libs.calendar.compose,
libs.system.ui.controller,
libs.compose.system.ui.controller,
libs.naver.map.sdk,
libs.naver.map.compose,
libs.naver.map.location,
Expand Down
2 changes: 1 addition & 1 deletion feature/intro/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
libs.androidx.core,
libs.androidx.activity.compose,
libs.androidx.splash,
libs.system.ui.controller,
libs.compose.system.ui.controller,
libs.timber,
)
}
2 changes: 1 addition & 1 deletion feature/main/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ dependencies {
libs.androidx.activity.compose,
libs.kotlinx.collections.immutable,
libs.coil.compose,
libs.system.ui.controller,
libs.compose.system.ui.controller,
)
}

0 comments on commit 68d3223

Please sign in to comment.