Merge branch 'design'

This commit is contained in:
guozhigq
2024-06-10 00:20:29 +08:00
31 changed files with 80 additions and 80 deletions

View File

@ -95,9 +95,9 @@ class _WhisperDetailPageState extends State<WhisperDetailPage>
height: 34,
child: IconButton(
style: ButtonStyle(
padding: MaterialStateProperty.all(EdgeInsets.zero),
backgroundColor: MaterialStateProperty.resolveWith(
(Set<MaterialState> states) {
padding: WidgetStateProperty.all(EdgeInsets.zero),
backgroundColor: WidgetStateProperty.resolveWith(
(Set<WidgetState> states) {
return Theme.of(context)
.colorScheme
.primaryContainer