diff --git a/lib/pages/video/send_danmaku/view.dart b/lib/pages/video/send_danmaku/view.dart index 8f667310f..b372210e0 100644 --- a/lib/pages/video/send_danmaku/view.dart +++ b/lib/pages/video/send_danmaku/view.dart @@ -478,7 +478,7 @@ class _SendDanmakuPanelState extends CommonPublishPageState { widget.callback( DanmakuContentItem( editController.text, - color: _color.value, + color: isColorful ? Colors.white : _color.value, type: switch (_mode.value) { 5 => DanmakuItemType.top, 4 => DanmakuItemType.bottom,