Skip to content

Commit

Permalink
Fix tsc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapawar1 committed Jan 31, 2024
1 parent cc3c76a commit d7a2c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UserSelectorInput/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default StyleSheet.create({
dropdownContainer: {
borderRadius: 5,
borderWidth: 1,
borderColor: colors.shadowDark,
borderColor: colors.fadedBlack,
borderTopWidth: 0,
borderTopEndRadius: 0,
borderTopStartRadius: 0,
Expand Down

0 comments on commit d7a2c70

Please sign in to comment.