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