opt pub page

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-08 21:42:35 +08:00
parent 8bf55ec95a
commit 05153fda72
27 changed files with 1374 additions and 288 deletions

View File

@@ -127,7 +127,7 @@ class _WhisperDetailPageState
),
if (_whisperDetailController.mid != null) ...[
_buildInputView(theme),
buildPanelContainer(theme.colorScheme.onInverseSurface),
buildPanelContainer(theme, theme.colorScheme.onInverseSurface),
] else
SizedBox(height: MediaQuery.paddingOf(context).bottom),
],