mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-03 09:29:48 +00:00
CAKE-99 | added paste_ios.png and removed duplicate.png; applied ios paste icon to address_text_field
This commit is contained in:
parent
b506f9c953
commit
33e29a7132
8 changed files with 3 additions and 3 deletions
Binary file not shown.
Before Width: | Height: | Size: 549 B |
BIN
assets/images/2.0x/paste_ios.png
Normal file
BIN
assets/images/2.0x/paste_ios.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 903 B |
Binary file not shown.
Before Width: | Height: | Size: 603 B |
BIN
assets/images/3.0x/paste_ios.png
Normal file
BIN
assets/images/3.0x/paste_ios.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 903 B |
Binary file not shown.
Before Width: | Height: | Size: 403 B |
BIN
assets/images/paste_ios.png
Normal file
BIN
assets/images/paste_ios.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 903 B |
|
@ -114,7 +114,7 @@ class AddressTextField extends StatelessWidget {
|
||||||
borderRadius:
|
borderRadius:
|
||||||
BorderRadius.all(Radius.circular(6))),
|
BorderRadius.all(Radius.circular(6))),
|
||||||
child: Image.asset(
|
child: Image.asset(
|
||||||
'assets/images/duplicate.png',
|
'assets/images/paste_ios.png',
|
||||||
color: iconColor ??
|
color: iconColor ??
|
||||||
Theme.of(context)
|
Theme.of(context)
|
||||||
.primaryTextTheme
|
.primaryTextTheme
|
||||||
|
|
|
@ -14,8 +14,8 @@ Future<T> showPopUp<T>({
|
||||||
context: context,
|
context: context,
|
||||||
builder: builder,
|
builder: builder,
|
||||||
barrierDismissible: barrierDismissible,
|
barrierDismissible: barrierDismissible,
|
||||||
//barrierColor: barrierColor,
|
barrierColor: barrierColor,
|
||||||
//useSafeArea: useSafeArea,
|
useSafeArea: useSafeArea,
|
||||||
useRootNavigator: useRootNavigator,
|
useRootNavigator: useRootNavigator,
|
||||||
routeSettings: routeSettings,
|
routeSettings: routeSettings,
|
||||||
child: child);
|
child: child);
|
||||||
|
|
Loading…
Reference in a new issue