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.all(Radius.circular(6))),
|
||||
child: Image.asset(
|
||||
'assets/images/duplicate.png',
|
||||
'assets/images/paste_ios.png',
|
||||
color: iconColor ??
|
||||
Theme.of(context)
|
||||
.primaryTextTheme
|
||||
|
|
|
@ -14,8 +14,8 @@ Future<T> showPopUp<T>({
|
|||
context: context,
|
||||
builder: builder,
|
||||
barrierDismissible: barrierDismissible,
|
||||
//barrierColor: barrierColor,
|
||||
//useSafeArea: useSafeArea,
|
||||
barrierColor: barrierColor,
|
||||
useSafeArea: useSafeArea,
|
||||
useRootNavigator: useRootNavigator,
|
||||
routeSettings: routeSettings,
|
||||
child: child);
|
||||
|
|
Loading…
Reference in a new issue