fix typos

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-05 11:35:47 +08:00
parent b4a46133be
commit ea52dd4484
51 changed files with 162 additions and 162 deletions

View File

@@ -110,7 +110,7 @@ class _RepostPanelState extends CommonRichTextPubPageState<RepostPanel> {
buildPanelContainer(theme, Colors.transparent),
] else ...[
..._buildEditPanel(theme),
..._biuldDismiss(theme),
..._buildDismiss(theme),
],
],
);
@@ -347,7 +347,7 @@ class _RepostPanelState extends CommonRichTextPubPageState<RepostPanel> {
),
);
List<Widget> _biuldDismiss(ThemeData theme) => [
List<Widget> _buildDismiss(ThemeData theme) => [
const SizedBox(height: 10),
Divider(
height: 1,