From 0259ca963aacf2ccc16d6e8caec38c38ddf2f246 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Thu, 17 Apr 2025 17:30:09 +0800 Subject: [PATCH] opt: dm color panel Signed-off-by: bggRGjQaUbCoE --- lib/pages/video/detail/widgets/send_danmaku_panel.dart | 4 ---- 1 file changed, 4 deletions(-) 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