优化
This commit is contained in:
@@ -602,13 +602,6 @@ void showWithdrawDialog(BuildContext context, String? balance) {
|
|||||||
color: colorScheme.onSurfaceVariant.withValues(alpha: 0.5),
|
color: colorScheme.onSurfaceVariant.withValues(alpha: 0.5),
|
||||||
),
|
),
|
||||||
const SizedBox(width: AppSpacing.xs),
|
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),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ class TradeFormCard extends StatelessWidget {
|
|||||||
'买入',
|
'买入',
|
||||||
style: AppTextStyles.headlineMedium(context).copyWith(
|
style: AppTextStyles.headlineMedium(context).copyWith(
|
||||||
color: isBuy
|
color: isBuy
|
||||||
? AppColorScheme.darkOnPrimary
|
? Colors.white
|
||||||
: context.colors.onSurfaceVariant,
|
: context.colors.onSurfaceVariant,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
@@ -117,7 +117,7 @@ class TradeFormCard extends StatelessWidget {
|
|||||||
'卖出',
|
'卖出',
|
||||||
style: AppTextStyles.headlineMedium(context).copyWith(
|
style: AppTextStyles.headlineMedium(context).copyWith(
|
||||||
color: !isBuy
|
color: !isBuy
|
||||||
? AppColorScheme.darkOnPrimary
|
? Colors.white
|
||||||
: context.colors.onSurfaceVariant,
|
: context.colors.onSurfaceVariant,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user