@@ -376,7 +376,6 @@ private fun ReceiveQrView(
376376 size = ButtonSize .Small ,
377377 onClick = onClickEditInvoice,
378378 fullWidth = false ,
379- color = Colors .White10 ,
380379 icon = {
381380 Icon (
382381 painter = painterResource(R .drawable.ic_pencil_simple),
@@ -402,7 +401,6 @@ private fun ReceiveQrView(
402401 coroutineScope.launch { qrButtonTooltipState.show() }
403402 },
404403 fullWidth = true ,
405- color = Colors .White10 ,
406404 icon = {
407405 Icon (
408406 painter = painterResource(R .drawable.ic_copy),
@@ -425,7 +423,6 @@ private fun ReceiveQrView(
425423 } ? : shareText(context, copyText)
426424 },
427425 fullWidth = false ,
428- color = Colors .White10 ,
429426 icon = {
430427 Icon (
431428 painter = painterResource(R .drawable.ic_share),
@@ -594,7 +591,6 @@ private fun CopyAddressCard(
594591 size = ButtonSize .Small ,
595592 onClick = onClickEditInvoice,
596593 fullWidth = false ,
597- color = Colors .White10 ,
598594 icon = {
599595 Icon (
600596 painter = painterResource(R .drawable.ic_pencil_simple),
@@ -620,7 +616,6 @@ private fun CopyAddressCard(
620616 coroutineScope.launch { tooltipState.show() }
621617 },
622618 fullWidth = false ,
623- color = Colors .White10 ,
624619 icon = {
625620 Icon (
626621 painter = painterResource(R .drawable.ic_copy),
@@ -637,7 +632,6 @@ private fun CopyAddressCard(
637632 size = ButtonSize .Small ,
638633 onClick = { shareText(context, address) },
639634 fullWidth = false ,
640- color = Colors .White10 ,
641635 icon = {
642636 Icon (
643637 painter = painterResource(R .drawable.ic_share),
0 commit comments