Skip to content

Commit 00529bf

Browse files
committed
[design] #108 체크 아이콘 리소스 교체
1 parent c09cca5 commit 00529bf

3 files changed

Lines changed: 11 additions & 15 deletions

File tree

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="16dp"
3-
android:height="16dp"
4-
android:viewportWidth="16"
5-
android:viewportHeight="16">
2+
android:width="24dp"
3+
android:height="24dp"
4+
android:viewportWidth="24"
5+
android:viewportHeight="24">
66
<path
7-
android:pathData="M6.366,10.1L12.017,4.45C12.15,4.317 12.305,4.25 12.483,4.25C12.661,4.25 12.816,4.317 12.95,4.45C13.083,4.583 13.15,4.742 13.15,4.925C13.15,5.109 13.083,5.267 12.95,5.4L6.833,11.533C6.7,11.667 6.544,11.733 6.366,11.733C6.189,11.733 6.033,11.667 5.9,11.533L3.033,8.667C2.9,8.533 2.836,8.375 2.841,8.192C2.846,8.009 2.916,7.85 3.05,7.717C3.184,7.583 3.342,7.516 3.525,7.517C3.708,7.517 3.866,7.584 4,7.717L6.366,10.1Z"
8-
android:fillColor="#ffffff"/>
7+
android:pathData="M4,12.262L8.876,17.211C9.033,17.37 9.29,17.37 9.446,17.211L20,6.5"
8+
android:strokeWidth="2"
9+
android:fillColor="#00000000"
10+
android:strokeColor="#B7B9C3"
11+
android:strokeLineCap="round"/>
912
</vector>

core/designsystem/src/main/res/drawable/icon_check_primary.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

feature/pose/impl/src/main/java/com/neki/android/feature/pose/impl/main/component/PeopleCountBottomSheet.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import androidx.compose.foundation.layout.Column
55
import androidx.compose.foundation.layout.Row
66
import androidx.compose.foundation.layout.fillMaxWidth
77
import androidx.compose.foundation.layout.padding
8+
import androidx.compose.foundation.layout.size
89
import androidx.compose.material3.ExperimentalMaterial3Api
910
import androidx.compose.material3.Icon
1011
import androidx.compose.material3.ModalBottomSheet
@@ -75,6 +76,7 @@ private fun PeopleCountBottomSheetContent(
7576
) {
7677
if (item == selectedItem) {
7778
Icon(
79+
modifier = Modifier.size(24.dp),
7880
imageVector = ImageVector.vectorResource(R.drawable.icon_check),
7981
contentDescription = null,
8082
tint = NekiTheme.colorScheme.primary500,

0 commit comments

Comments
 (0)