Skip to content

Commit

Permalink
Update border width to be 1px
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Jun 30, 2021
1 parent ce20252 commit 10d70ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/workspace/WorkspaceSidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const WorkspaceSidebar = ({translate, isSmallScreenWidth, policy}) => {
}

return (
<ScreenWrapper style={[!isSmallScreenWidth ? styles.borderRight : {}]}>
<ScreenWrapper>
<ScrollView
bounces={false}
contentContainerStyle={[
Expand Down
2 changes: 1 addition & 1 deletion src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -1720,7 +1720,7 @@ const styles = {
width: '100%',
flexDirection: 'row',
justifyContent: 'space-between',
borderBottomWidth: 2,
borderBottomWidth: 1,
borderColor: themeColors.border,
...spacing.pv2,
},
Expand Down

0 comments on commit 10d70ae

Please sign in to comment.