Skip to content

Commit

Permalink
Merge pull request #2 from weibalangzi/sig
Browse files Browse the repository at this point in the history
fix: 修改默认样式对标ios
  • Loading branch information
Mrliwang authored May 30, 2024
2 parents 4d5a4c6 + 93c5679 commit ce4624b
Show file tree
Hide file tree
Showing 4 changed files with 797 additions and 788 deletions.
23 changes: 14 additions & 9 deletions DefaultMarker.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,19 @@ const styles = StyleSheet.create({
shadowOpacity: 0.2,
},
harmony: {
height: 12,
width: 12,
borderRadius: 12,
backgroundColor: '#0D8675',
height: 30,
width: 30,
borderRadius: 30,
borderWidth: 1,
borderColor: '#DDDDDD',
backgroundColor: '#FFFFFF',
shadowColor: '#000000',
shadowOffset: {
width: 0,
height: 3,
},
shadowRadius: 1,
shadowOpacity: 0.2,
},
default: {
height: 12,
Expand All @@ -88,11 +97,7 @@ const styles = StyleSheet.create({
width: 20,
borderRadius: 20,
},
harmony: {
height: 20,
width: 20,
borderRadius: 20,
},
harmony: {},
default: {
height: 20,
width: 20,
Expand Down
Loading

0 comments on commit ce4624b

Please sign in to comment.