Skip to content

Commit

Permalink
Add margin
Browse files Browse the repository at this point in the history
  • Loading branch information
codeuriii committed Jan 20, 2025
1 parent b571e60 commit 2a23037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/settings/SettingsSubjects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const SettingsSubjects: Screen<"SettingsSubjects"> = ({ navigation }) => {
{!spinning ? (
<Image
source={require("../../../assets/images/service_pronote.png")}
style={{ width: 22, height: 22, borderRadius: 11 }}
style={{ width: 22, height: 22, borderRadius: 11, marginRight: 20 }}
/>
) : (
<PapillonSpinner
Expand Down

0 comments on commit 2a23037

Please sign in to comment.