Skip to content

Commit

Permalink
Lightning Address Settings: adjust loading indicator size
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Dec 19, 2024
1 parent 52fa711 commit e22bc86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default class LightningAddressSettings extends React.Component<
}
}}
rightComponent={
loading ? <LoadingIndicator size={32} /> : <></>
loading ? <LoadingIndicator size={30} /> : <></>
}
navigation={navigation}
/>
Expand Down

0 comments on commit e22bc86

Please sign in to comment.