Updated on 2026-08-14
This commit is contained in:
parent
06fd64f8f0
commit
1d2052e235
3 changed files with 10 additions and 10 deletions
|
|
@ -62,7 +62,7 @@ fun InputRowApprox(
|
|||
modifier = Modifier.weight(1f),
|
||||
)
|
||||
Icon(
|
||||
painter = painterResource(id = R.drawable.ic_approx_24),
|
||||
painter = painterResource(id = R.drawable.ic_forward_12),
|
||||
contentDescription = null,
|
||||
tint = TangemTheme.colors.text.tertiary,
|
||||
modifier = Modifier
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:pathData="M14.153,11.13C12.544,11.13 11.142,9.695 9.731,9.695C8.625,9.695 7.825,10.153 7.25,10.798V9.076C7.816,8.457 8.652,8 9.847,8C11.456,8 12.867,9.435 14.269,9.435C15.366,9.435 16.175,8.978 16.75,8.332V10.054C16.184,10.673 15.348,11.13 14.153,11.13ZM14.153,16C12.544,16 11.142,14.565 9.731,14.565C8.625,14.565 7.825,15.022 7.25,15.668V13.946C7.816,13.327 8.652,12.87 9.847,12.87C11.456,12.87 12.867,14.305 14.269,14.305C15.366,14.305 16.175,13.856 16.75,13.202V14.924C16.184,15.543 15.348,16 14.153,16Z"
|
||||
android:fillColor="#909090"/>
|
||||
</vector>
|
||||
9
core/ui/src/main/res/drawable/ic_forward_12.xml
Normal file
9
core/ui/src/main/res/drawable/ic_forward_12.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="12dp"
|
||||
android:height="12dp"
|
||||
android:viewportWidth="12"
|
||||
android:viewportHeight="12">
|
||||
<path
|
||||
android:pathData="M2.08,5.5V6.5H8.08L5.33,9.25L6.04,9.96L10,6L6.04,2.04L5.33,2.75L8.08,5.5H2.08Z"
|
||||
android:fillColor="#909090"/>
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue