This commit is contained in:
vipg
2025-11-15 16:56:37 +08:00
parent b501038836
commit 4b85656b21

View File

@@ -121,8 +121,8 @@ class HomePage extends StatelessWidget {
// 点击事件可以在这里添加
},
borderRadius: BorderRadius.circular(8),
splashColor: theme.colorScheme.primary.withOpacity(0.1),
highlightColor: theme.colorScheme.primary.withOpacity(0.05),
splashColor: theme.colorScheme.primary.withValues(alpha: 0.1),
highlightColor: theme.colorScheme.primary.withValues(alpha: 0.05),
child: Container(
height: 64,
padding: const EdgeInsets.symmetric(horizontal: 16),