mirror of
https://github.com/Shchoholiev/shopping-assistant-mobile-client.git
synced 2025-04-02 23:59:36 +00:00
fix displaying the Amazon logo
This commit is contained in:
parent
d469249520
commit
070996ea7b
@ -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