Skip to content

Commit

Permalink
refactor: simple ui improvements in TypeMoverPage
Browse files Browse the repository at this point in the history
  • Loading branch information
sipasi committed Nov 15, 2024
1 parent fca6662 commit ffefc7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/view/work_month/summary/type_mover/type_mover_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ class TypeMoverView extends StatelessWidget {
crossAxisAlignment: CrossAxisAlignment.start,
children: [
ListTile(
title: Text('current type'),
title: Text('from'),
subtitle: Text(state.moveFrom.name),
),
ListTile(
title: Text('move to type'),
title: Text('move to'),
subtitle: Text(state.moveTo.name),
onTap: () => _moveToHandler(context, state),
),
Expand Down

0 comments on commit ffefc7d

Please sign in to comment.