Skip to content

Commit

Permalink
Add Input radius (#6044)
Browse files Browse the repository at this point in the history
  • Loading branch information
larkox authored Mar 11, 2022
1 parent 23ff6e8 commit 9f61c27
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/components/post_draft/draft_input/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
justifyContent: 'center',
paddingBottom: 2,
backgroundColor: theme.centerChannelBg,
borderTopWidth: 1,
borderTopColor: changeOpacity(theme.centerChannelColor, 0.20),
borderWidth: 1,
borderColor: changeOpacity(theme.centerChannelColor, 0.20),
borderTopLeftRadius: 12,
borderTopRightRadius: 12,
},
};
});
Expand Down

0 comments on commit 9f61c27

Please sign in to comment.