Skip to content

Commit

Permalink
fix warning about color of tabs on flowsheet config
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Jan 17, 2024
1 parent f6da90b commit 491d318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electron/ui/src/views/FlowsheetConfig/FlowsheetConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,9 @@ export default function FlowsheetConfig() {

</Grid>
<Grid item xs={12}>
<div style={{backgroundColor: '#F1F3F3'}}>
<div style={{backgroundColor: '#F1F3F3', color: '#727272'}}>
<Tabs value={tabValue} onChange={handleTabChange} aria-label="process tabs" centered
textColor='#727272'
textColor='inherit'
TabIndicatorProps={{style: {background:'#727272'}}}
>
<Tab label="Input" {...a11yProps(0)} />
Expand Down

0 comments on commit 491d318

Please sign in to comment.