cartui fixed
This commit is contained in:
@@ -220,13 +220,13 @@ class _FavouriteScreenState extends State<FavouriteScreen>
|
||||
Row(
|
||||
children: [
|
||||
Text(
|
||||
"\$${product.discountPrice}",
|
||||
"₹${product.discountPrice}",
|
||||
style: context.customSemiBold(
|
||||
Colors.black, 14),
|
||||
),
|
||||
SizedBox(width: 5),
|
||||
Text(
|
||||
"\$${product.basePrice ?? ""}",
|
||||
"₹${product.basePrice ?? ""}",
|
||||
style: context
|
||||
.customMedium(
|
||||
Colors.grey.withOpacity(0.8), 12)
|
||||
|
||||
Reference in New Issue
Block a user