Skip to content

Commit

Permalink
set the size of checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-alfresco committed Feb 14, 2024
1 parent 46fab45 commit 4e52cd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fun PeopleField(
Column(
modifier = Modifier
.fillMaxSize()
.padding(all = 16.dp),
.padding(top = 16.dp, bottom = 0.dp, start = 16.dp, end = 16.dp),
) {
Row(
horizontalArrangement = Arrangement.SpaceBetween,
Expand Down
7 changes: 4 additions & 3 deletions process-app/src/main/res/drawable/ic_edit_blue.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
android:height="40dp"
android:viewportWidth="40"
android:viewportHeight="40">
<path
android:pathData="M25.659,11C25.409,11 25.149,11.1 24.959,11.29L23.129,13.12L26.879,16.87L28.709,15.04C29.099,14.65 29.099,14.02 28.709,13.63L26.369,11.29C26.169,11.09 25.919,11 25.659,11ZM22.059,17.02L22.979,17.94L13.919,27H12.999V26.08L22.059,17.02ZM10.999,25.25L22.059,14.19L25.809,17.94L14.749,29H10.999V25.25Z"
android:fillColor="@color/alfresco_blue_700"/>
<path
android:fillColor="@color/alfresco_blue_700"
android:fillType="evenOdd"
android:pathData="M25.659,11C25.409,11 25.149,11.1 24.959,11.29L23.129,13.12L26.879,16.87L28.709,15.04C29.099,14.65 29.099,14.02 28.709,13.63L26.369,11.29C26.169,11.09 25.919,11 25.659,11ZM22.059,17.02L22.979,17.94L13.919,27H12.999V26.08L22.059,17.02ZM10.999,25.25L22.059,14.19L25.809,17.94L14.749,29H10.999V25.25Z" />
</vector>

0 comments on commit 4e52cd0

Please sign in to comment.