Fix Team icon background and radius in team lists (#1735)
This commit is contained in:
parent
fa17e9ad9d
commit
c0b41cff33
1 changed files with 1 additions and 4 deletions
|
|
@ -77,7 +77,6 @@ export default class TeamsListItem extends React.PureComponent {
|
|||
teamId={teamId}
|
||||
styleContainer={styles.teamIconContainer}
|
||||
styleText={styles.teamIconText}
|
||||
styleImage={styles.imageContainer}
|
||||
/>
|
||||
<View style={styles.teamNameContainer}>
|
||||
<Text
|
||||
|
|
@ -127,6 +126,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
|
|||
teamIconContainer: {
|
||||
width: 40,
|
||||
height: 40,
|
||||
backgroundColor: '#ffffff',
|
||||
},
|
||||
teamIconText: {
|
||||
fontSize: 18,
|
||||
|
|
@ -135,9 +135,6 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
|
|||
color: changeOpacity(theme.sidebarText, 0.5),
|
||||
fontSize: 12,
|
||||
},
|
||||
imageContainer: {
|
||||
backgroundColor: '#ffffff',
|
||||
},
|
||||
checkmarkContainer: {
|
||||
alignItems: 'flex-end',
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue