Skip to content

Commit

Permalink
Merge pull request #746 from sap-labs-france/styles
Browse files Browse the repository at this point in the history
Fixed spinner style
  • Loading branch information
AlixH authored Jun 8, 2022
2 parents 2999ef5 + b4c25b7 commit 33954a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ export default class ChargingStationConnectorDetails extends BaseAutoRefreshScre
) : (
<ScrollView
contentContainerStyle={style.scrollViewContainer}
refreshControl={<RefreshControl refreshing={this.state.refreshing} onRefresh={this.manualRefresh} />}>
refreshControl={<RefreshControl progressBackgroundColor={commonColors.containerBgColor} colors={[commonColors.textColor, commonColors.textColor]} refreshing={this.state.refreshing} onRefresh={this.manualRefresh} />}>
<View style={style.rowContainer}>
{this.renderConnectorStatus(style)}
{this.renderUserInfo(style)}
Expand Down

0 comments on commit 33954a3

Please sign in to comment.