File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import ZulipText from '../common/ZulipText';
99import Touchable from '../common/Touchable' ;
1010import UnreadCount from '../common/UnreadCount' ;
1111import { UserAvatarWithPresenceById } from '../common/UserAvatarWithPresence' ;
12- import globalStyles , { createStyleSheet , BRAND_COLOR } from '../styles' ;
12+ import { createStyleSheet , BRAND_COLOR } from '../styles' ;
1313import { useSelector } from '../react-redux' ;
1414import { getUserForId } from './userSelectors' ;
1515import { getMutedUsers } from '../selectors' ;
@@ -62,7 +62,12 @@ export function UserItemRaw<
6262 createStyleSheet ( {
6363 wrapper :
6464 size === 'large'
65- ? globalStyles . listItem
65+ ? {
66+ flexDirection : 'row' ,
67+ alignItems : 'center' ,
68+ paddingVertical : 8 ,
69+ paddingHorizontal : 16 ,
70+ }
6671 : {
6772 flexDirection : 'row' ,
6873 alignItems : 'center' ,
You can’t perform that action at this time.
0 commit comments