Skip to content

Commit

Permalink
add dropdown elevation for android
Browse files Browse the repository at this point in the history
  • Loading branch information
ruijialin-avalabs committed Feb 13, 2025
1 parent 39963db commit 8f67812
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export const SimpleDropdown = <T extends { toString(): string }>({
shadowRadius: 30,
shadowOpacity: 0.3,
backgroundColor: 'transparent',
elevation: 4,
minWidth
}}
arrowSize={{ width: -10, height: 0 }}
Expand Down

0 comments on commit 8f67812

Please sign in to comment.