diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/UpdateZapAmountDialog.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/UpdateZapAmountDialog.kt index c41dedb18..f2bbb3bae 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/UpdateZapAmountDialog.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/UpdateZapAmountDialog.kt @@ -48,6 +48,7 @@ import androidx.compose.foundation.text.KeyboardOptions import androidx.compose.foundation.verticalScroll import androidx.compose.material.icons.Icons import androidx.compose.material.icons.filled.ContentPaste +import androidx.compose.material.icons.outlined.ContentPaste import androidx.compose.material.icons.outlined.Visibility import androidx.compose.material.icons.outlined.VisibilityOff import androidx.compose.material3.Button @@ -426,18 +427,6 @@ fun UpdateZapAmountDialog( Modifier.weight(1f), ) - IconButton(onClick = { - onClose() - runCatching { uri.openUri("https://app.mutinywallet.com/settings/connections?name=Amethyst") } - }) { - Icon( - painter = painterResource(R.mipmap.mutiny), - null, - modifier = Modifier.size(24.dp), - tint = Color.Unspecified, - ) - } - IconButton( onClick = { onClose() @@ -458,7 +447,7 @@ fun UpdateZapAmountDialog( }, ) { Icon( - Icons.Default.ContentPaste, + Icons.Outlined.ContentPaste, contentDescription = stringRes(id = R.string.paste_from_clipboard), modifier = Modifier.size(24.dp), tint = MaterialTheme.colorScheme.primary, diff --git a/amethyst/src/main/res/mipmap-hdpi/mutiny.png b/amethyst/src/main/res/mipmap-hdpi/mutiny.png deleted file mode 100644 index 7f63351c7..000000000 Binary files a/amethyst/src/main/res/mipmap-hdpi/mutiny.png and /dev/null differ diff --git a/amethyst/src/main/res/mipmap-mdpi/mutiny.png b/amethyst/src/main/res/mipmap-mdpi/mutiny.png deleted file mode 100644 index 8e1771a73..000000000 Binary files a/amethyst/src/main/res/mipmap-mdpi/mutiny.png and /dev/null differ diff --git a/amethyst/src/main/res/mipmap-xhdpi/mutiny.png b/amethyst/src/main/res/mipmap-xhdpi/mutiny.png deleted file mode 100644 index 795afb6bc..000000000 Binary files a/amethyst/src/main/res/mipmap-xhdpi/mutiny.png and /dev/null differ diff --git a/amethyst/src/main/res/mipmap-xxhdpi/mutiny.png b/amethyst/src/main/res/mipmap-xxhdpi/mutiny.png deleted file mode 100644 index a981f6046..000000000 Binary files a/amethyst/src/main/res/mipmap-xxhdpi/mutiny.png and /dev/null differ diff --git a/amethyst/src/main/res/mipmap-xxxhdpi/mutiny.png b/amethyst/src/main/res/mipmap-xxxhdpi/mutiny.png deleted file mode 100644 index 7352042ea..000000000 Binary files a/amethyst/src/main/res/mipmap-xxxhdpi/mutiny.png and /dev/null differ