Skip to content

Commit

Permalink
chore: set metrics tableview background color to white
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Feb 19, 2020
1 parent 1d4f8a1 commit ca3578e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions React/CoreModules/RCTPerfMonitor.mm
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ - (UITableView *)metrics
)];
_metrics.dataSource = self;
_metrics.delegate = self;
_metrics.backgroundColor = UIColor.whiteColor;
_metrics.autoresizingMask = UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth;
[_metrics registerClass:[UITableViewCell class] forCellReuseIdentifier:RCTPerfMonitorCellIdentifier];
}
Expand Down

0 comments on commit ca3578e

Please sign in to comment.