Skip to content

Commit

Permalink
style(ui): Remove shadow properties from AccountSwitcher component
Browse files Browse the repository at this point in the history
  • Loading branch information
ecnivtwelve committed Oct 1, 2024
1 parent a8bddaa commit 3ec2c03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Home/AccountSwitcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,15 @@ const styles = StyleSheet.create({
gap: 12,
borderRadius: 10,
borderCurve: "continuous",
/*
shadowColor: "#000",
shadowOffset: {
width: 0,
height: 1,
},
shadowOpacity: 0.15,
shadowRadius: 3,
*/
elevation: 3,
},

Expand Down

0 comments on commit 3ec2c03

Please sign in to comment.