Skip to content

Commit c0e6fc7

Browse files
committed
refractor: card content style refractor
1 parent f90cc55 commit c0e6fc7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

client/lib/views/users_page.dart

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,15 @@ class _UsersPageState extends State<UsersPage> {
3737
mainAxisSize: MainAxisSize.min,
3838
children:[
3939
Row(
40+
mainAxisAlignment: MainAxisAlignment.spaceBetween,
4041
children: const [
41-
Text('Hello'),
42+
Text(
43+
'Hello',
44+
style: TextStyle(
45+
fontSize: 16.0,
46+
fontWeight: FontWeight.bold,
47+
),
48+
),
4249
],
4350
),
4451
],

0 commit comments

Comments
 (0)