Skip to content

Commit

Permalink
Un-round single corner to make chat look better
Browse files Browse the repository at this point in the history
Fixes #84
  • Loading branch information
chrisglein committed Apr 3, 2023
1 parent 46ed93a commit 6993859
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,16 @@ const CreateStyles = (isDarkMode: boolean) => {
marginHorizontal: 12,
paddingHorizontal: 24,
paddingVertical: 12,
borderRadius: 8,
borderRadius: 12,
},
humanSection: {
backgroundColor: isDarkMode ? '#2F2F4A' : '#E8EBFA',
borderBottomLeftRadius: 0,
marginRight: 64,
},
AiSection: {
backgroundColor: isDarkMode ? '#292929' : '#FFFFFF',
borderBottomRightRadius: 0,
marginLeft: 64,
},
sectionTitle: {
Expand Down

0 comments on commit 6993859

Please sign in to comment.