mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-05 19:29:37 -05:00
refactor: common styles
This commit is contained in:
@@ -47,7 +47,7 @@ class UserItem extends StatelessWidget {
|
||||
: (_) =>
|
||||
isOrganization ? OrganizationScreen(login) : UserScreen(login),
|
||||
child: Container(
|
||||
padding: commonItemPadding,
|
||||
padding: CommonStyle.padding,
|
||||
child: Row(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: <Widget>[
|
||||
|
||||
Reference in New Issue
Block a user