Skip to content

Commit 5a27a6f

Browse files
committed
style(user_management): adjust created at column size
- Change ColumnSize.M to ColumnSize.S for the 'created at' column in the users page table
1 parent 244d92c commit 5a27a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/user_management/view/users_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class _UsersPageState extends State<UsersPage> {
136136
),
137137
DataColumn2(
138138
label: Text(l10n.createdAt),
139-
size: ColumnSize.M,
139+
size: ColumnSize.S,
140140
),
141141
DataColumn2(
142142
label: Text(l10n.actions),

0 commit comments

Comments
 (0)