diff --git a/lib/pages/video/detail/widgets/send_danmaku_panel.dart b/lib/pages/video/detail/widgets/send_danmaku_panel.dart index 2176ce517..a87ec309d 100644 --- a/lib/pages/video/detail/widgets/send_danmaku_panel.dart +++ b/lib/pages/video/detail/widgets/send_danmaku_panel.dart @@ -111,8 +111,6 @@ class _SendDanmakuPanelState extends CommonPublishPageState { _showColorPicker(); }, child: Container( - width: 40, - height: 40, decoration: BoxDecoration( color: themeData.colorScheme.secondaryContainer, borderRadius: BorderRadius.circular(8), @@ -241,8 +239,6 @@ class _SendDanmakuPanelState extends CommonPublishPageState { _color.value = color; }, child: Container( - width: 40, - height: 40, decoration: BoxDecoration( borderRadius: BorderRadius.circular(8), border: _color.value != color