Skip to content

Commit

Permalink
fix: ajustement de l'origine de transformation pour le sélecteur de p…
Browse files Browse the repository at this point in the history
…apillon
  • Loading branch information
ecnivtwelve committed Jan 20, 2025
1 parent 12d37ad commit a2ffec3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Global/PapillonPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@ const PapillonPicker: React.FC<PapillonPickerProps> = ({
styles.picker,
direction === "left" ? {
left: 0,
transformOrigin: "top left",
} : {
right: 0,
transformOrigin: "top right",
},
{
backgroundColor: Platform.OS === "ios" ? theme.colors.card + 50 : theme.colors.card,
Expand Down

0 comments on commit a2ffec3

Please sign in to comment.