fix(ui): 修复分割线透明度问题

- 使用 ghostBorder 替代 outlineVariant.withAlpha(0.1)
- 提高分割线可见度
This commit is contained in:
2026-04-06 03:42:14 +08:00
parent fabce57657
commit ac8f4f2870
3 changed files with 166 additions and 169 deletions

View File

@@ -1038,7 +1038,7 @@ class _HoldingsList extends StatelessWidget {
padding: EdgeInsets.all(AppSpacing.md),
itemCount: displayHoldings.length,
separatorBuilder: (_, __) => Divider(
color: context.colors.outlineVariant.withValues(alpha: 0.1),
color: context.appColors.ghostBorder,
height: 1,
),
itemBuilder: (context, index) =>