Skip to content

Commit

Permalink
Fixed spinner style
Browse files Browse the repository at this point in the history
  • Loading branch information
AlixH committed Jun 8, 2022
1 parent 2999ef5 commit b4c25b7
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 b4c25b7

Please sign in to comment.