Compare commits

...

2 Commits

Author SHA1 Message Date
edad10ff06 Merge branch 'main' of http://8.155.172.147:3001/sion/monisuo 2026-04-06 20:54:28 +08:00
9b9f165e81 优化 2026-04-06 20:54:21 +08:00
2 changed files with 2 additions and 9 deletions

View File

@@ -602,13 +602,6 @@ void showWithdrawDialog(BuildContext context, String? balance) {
color: colorScheme.onSurfaceVariant.withValues(alpha: 0.5),
),
const SizedBox(width: AppSpacing.xs),
Text(
'End-to-End Encrypted Transaction',
style: AppTextStyles.bodySmall(context).copyWith(
fontSize: 10,
color: colorScheme.onSurfaceVariant.withValues(alpha: 0.5),
),
),
],
),
],

View File

@@ -87,7 +87,7 @@ class TradeFormCard extends StatelessWidget {
'买入',
style: AppTextStyles.headlineMedium(context).copyWith(
color: isBuy
? AppColorScheme.darkOnPrimary
? Colors.white
: context.colors.onSurfaceVariant,
),
),
@@ -117,7 +117,7 @@ class TradeFormCard extends StatelessWidget {
'卖出',
style: AppTextStyles.headlineMedium(context).copyWith(
color: !isBuy
? AppColorScheme.darkOnPrimary
? Colors.white
: context.colors.onSurfaceVariant,
),
),