File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
client/MobileApp/src/scenes Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ class Login extends Component {
162162/>
163163</ InputGroup >
164164{ this . state . isLoading ? (
165- < Spinner size = { 1 } color = "#000000" />
165+ < Spinner size = "small" color = "#000000" />
166166) : (
167167< Button
168168style = { styles . button }
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ class Register extends Component {
157157/>
158158</ InputGroup >
159159{ this . state . isLoading ? (
160- < Spinner size = { 1 } color = "#000000" />
160+ < Spinner size = "small" color = "#000000" />
161161) : (
162162< Button
163163style = { styles . button }
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const renderList = () => {
3232const items = usersSelectors . getAll ( ) ;
3333if ( items . length === 0 ) {
3434return (
35- < Spinner size = { 1 } color = "#000000" />
35+ < Spinner size = "small" color = "#000000" />
3636) ;
3737}
3838
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const styles = StyleSheet.create({
1818const Splash = ( ) => (
1919< Container >
2020< View style = { styles . container } >
21- < Spinner size = { 1 } color = "#000000" />
21+ < Spinner size = "small" color = "#000000" />
2222</ View >
2323</ Container >
2424) ;
You can’t perform that action at this time.
0 commit comments