fix: color variant

This commit is contained in:
efrilm
2025-08-07 10:49:38 +07:00
parent 7d1c3d1bd6
commit 1cd2b1778b
3 changed files with 16 additions and 14 deletions
@@ -51,7 +51,7 @@ class VariantDialog extends StatelessWidget {
Text(
(variant.priceModifier ?? 0).currencyFormatRpV2,
style: TextStyle(
color: AppColors.grey,
color: AppColors.black,
),
),
],