mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 09:47:35 +00:00
Merge pull request #113 from cake-tech/CAKE-99-change-paste-icon
CAKE-99 | added paste_ios.png and removed duplicate.png; applied ios …
This commit is contained in:
commit
81f03220ee
7 changed files with 1 additions and 1 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
|
||||
|
|
Loading…
Reference in a new issue