paynym home view button icon color fix

This commit is contained in:
julian 2023-02-02 15:54:48 -06:00
parent 4ca5cf0978
commit a781b24c5c

View file

@ -322,7 +322,7 @@ class _PaynymHomeViewState extends ConsumerState<PaynymHomeView> {
height: 12, height: 12,
color: Theme.of(context) color: Theme.of(context)
.extension<StackColors>()! .extension<StackColors>()!
.textDark, .buttonTextSecondary,
), ),
onPressed: () async { onPressed: () async {
await Clipboard.setData( await Clipboard.setData(
@ -359,7 +359,7 @@ class _PaynymHomeViewState extends ConsumerState<PaynymHomeView> {
height: 12, height: 12,
color: Theme.of(context) color: Theme.of(context)
.extension<StackColors>()! .extension<StackColors>()!
.textDark, .buttonTextSecondary,
), ),
onPressed: () async { onPressed: () async {
Rect? sharePositionOrigin; Rect? sharePositionOrigin;
@ -396,7 +396,7 @@ class _PaynymHomeViewState extends ConsumerState<PaynymHomeView> {
height: 12, height: 12,
color: Theme.of(context) color: Theme.of(context)
.extension<StackColors>()! .extension<StackColors>()!
.textDark, .buttonTextSecondary,
), ),
onPressed: () { onPressed: () {
showDialog<void>( showDialog<void>(