fix: use Divider

pull/24460/head
idubnori 2025-12-08 23:57:48 +09:00
parent 173772c5dc
commit 00674560fe
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class _AddActionButtonState extends ConsumerState<AddActionButton> {
),
if (isOwner) ...[
const PopupMenuDivider(),
const Divider(),
Padding(
padding: const EdgeInsets.symmetric(horizontal: 16, vertical: 8),
child: Text("move_to".tr(), style: context.textTheme.labelMedium),