Skip to content

Commit

Permalink
fix: 🐛 Corrige l'affichage des boutons (articles) (#1585)
Browse files Browse the repository at this point in the history
  • Loading branch information
benguedj authored Feb 1, 2023
1 parent 734ec07 commit 5dbfb50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ const styles = StyleSheet.create({
backgroundColor: Colors.white,
borderColor: Colors.primaryBlue,
borderWidth: 1,
marginBottom: Margins.default,
paddingBottom: Paddings.smaller,
},
item: {
Expand Down
6 changes: 3 additions & 3 deletions front/src/screens/articles/articleDetail.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -365,11 +365,11 @@ const styles = StyleSheet.create({
},
flexEnd: {
alignItems: "flex-end",
alignSelf: "flex-end",
backgroundColor: "transparent",
bottom: Paddings.light,
bottom: 0,
padding: Paddings.light,
position: "absolute",
right: Paddings.light,
right: 0,
},
flexStart: {
alignItems: "flex-start",
Expand Down

0 comments on commit 5dbfb50

Please sign in to comment.