mirror of
https://github.com/Shchoholiev/shopping-assistant-mobile-client.git
synced 2025-04-04 16:49:37 +00:00
Merge pull request #16 from Shchoholiev/bug/SA-244-fix-display-amazon-logo
bug/SA-244-fix-display-amazon-logo
This commit is contained in:
commit
f28863ee0c
@ -216,7 +216,7 @@ class CartItem extends StatelessWidget{
|
||||
backgroundColor: Colors.blue,
|
||||
padding: EdgeInsets.symmetric(horizontal: 12, vertical: 6),
|
||||
),
|
||||
icon: SvgPicture.asset("../assets/icons/amazon.svg", height: 15),
|
||||
icon: SvgPicture.asset("assets/icons/amazon.svg", height: 15),
|
||||
label: Text(""),
|
||||
),
|
||||
)
|
||||
|
@ -83,6 +83,7 @@ flutter:
|
||||
- assets/icons/star.svg
|
||||
- assets/icons/half-star.svg
|
||||
- assets/icons/empty-star.svg
|
||||
- assets/icons/amazon.svg
|
||||
- assets/img/default-white.png
|
||||
|
||||
# An image asset can refer to one or more resolution-specific "variants", see
|
||||
|
Loading…
Reference in New Issue
Block a user