remove centered from Tabs component
This commit is contained in:
		| @@ -25,7 +25,7 @@ class APConfiguration extends Component { | |||||||
|     const { selectedTab } = this.state; |     const { selectedTab } = this.state; | ||||||
|     return ( |     return ( | ||||||
|       <MenuAppBar sectionTitle="AP Configuration"> |       <MenuAppBar sectionTitle="AP Configuration"> | ||||||
|         <Tabs value={selectedTab} onChange={this.handleTabChange} indicatorColor="primary" textColor="primary" fullWidth centered scrollable> |         <Tabs value={selectedTab} onChange={this.handleTabChange} indicatorColor="primary" textColor="primary" fullWidth scrollable> | ||||||
|            <Tab value="apStatus" label="AP Status" /> |            <Tab value="apStatus" label="AP Status" /> | ||||||
|            <Tab value="apSettings" label="AP Settings" /> |            <Tab value="apSettings" label="AP Settings" /> | ||||||
|          </Tabs> |          </Tabs> | ||||||
|   | |||||||
| @@ -23,7 +23,7 @@ class NTPConfiguration extends Component { | |||||||
|     const { selectedTab } = this.state; |     const { selectedTab } = this.state; | ||||||
|     return ( |     return ( | ||||||
|         <MenuAppBar sectionTitle="NTP Configuration"> |         <MenuAppBar sectionTitle="NTP Configuration"> | ||||||
|         <Tabs value={selectedTab} onChange={this.handleTabChange} indicatorColor="primary" textColor="primary" fullWidth centered scrollable> |         <Tabs value={selectedTab} onChange={this.handleTabChange} indicatorColor="primary" textColor="primary" fullWidth scrollable> | ||||||
|            <Tab value="ntpStatus" label="NTP Status" /> |            <Tab value="ntpStatus" label="NTP Status" /> | ||||||
|            <Tab value="ntpSettings" label="NTP Settings" /> |            <Tab value="ntpSettings" label="NTP Settings" /> | ||||||
|          </Tabs> |          </Tabs> | ||||||
|   | |||||||
| @@ -38,7 +38,7 @@ class WiFiConfiguration extends Component { | |||||||
|     const { selectedTab } = this.state; |     const { selectedTab } = this.state; | ||||||
|     return ( |     return ( | ||||||
|       <MenuAppBar sectionTitle="WiFi Configuration"> |       <MenuAppBar sectionTitle="WiFi Configuration"> | ||||||
|         <Tabs value={selectedTab} onChange={this.handleTabChange} indicatorColor="primary" textColor="primary" fullWidth centered scrollable> |         <Tabs value={selectedTab} onChange={this.handleTabChange} indicatorColor="primary" textColor="primary" fullWidth scrollable> | ||||||
|            <Tab value="wifiStatus" label="WiFi Status" /> |            <Tab value="wifiStatus" label="WiFi Status" /> | ||||||
|            <Tab value="networkScanner" label="Network Scanner" /> |            <Tab value="networkScanner" label="Network Scanner" /> | ||||||
|            <Tab value="wifiSettings" label="WiFi Settings" /> |            <Tab value="wifiSettings" label="WiFi Settings" /> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user