Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions app/presentation/RoomItem/Wrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ const Wrapper = ({ accessibilityLabel, theme, children, displayMode, ...props }:
styles.centerContainer,
{
borderColor: themes[theme].separatorColor
},
displayMode === DisplayMode.Condensed && styles.condensedPaddingVertical
}
]}>
{children}
</View>
Expand Down
5 changes: 0 additions & 5 deletions app/presentation/RoomItem/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ export default StyleSheet.create<any>({
containerCondensed: {
height: ROW_HEIGHT_CONDENSED
},
condensedPaddingVertical: {
paddingVertical: 20
},
centerContainer: {
flex: 1,
paddingVertical: 10,
Expand All @@ -33,7 +30,6 @@ export default StyleSheet.create<any>({
title: {
flex: 1,
fontSize: 17,
lineHeight: 20,
...sharedStyles.textMedium
},
alert: {
Expand Down Expand Up @@ -67,7 +63,6 @@ export default StyleSheet.create<any>({
markdownText: {
flex: 1,
fontSize: 14,
lineHeight: 17,
...sharedStyles.textRegular
},
avatar: {
Expand Down
22 changes: 11 additions & 11 deletions storybook/stories/__snapshots__/RoomItem.storyshot

Large diffs are not rendered by default.