Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 2eb1eda

Browse files
committed
style(Homeworks): ajustement de la taille du bouton d'ajout de devoirs
1 parent c2c7405 commit 2eb1eda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/account/Homeworks/Homeworks.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,8 +498,8 @@ const AddHomeworkButton: React.FC<{ onPress: () => void, outsideNav: boolean }>
498498
>
499499
<View
500500
style={{
501-
width: 60,
502-
height: 60,
501+
width: 50,
502+
height: 50,
503503
borderRadius: 30,
504504
backgroundColor: theme.colors.primary,
505505
justifyContent: "center",

0 commit comments

Comments
 (0)