Adjust background color of menu and chart table header

This commit is contained in:
Tanner Collin 2017-02-06 23:38:54 -07:00
parent cacf90d135
commit ab9af756a4
2 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,7 @@ import Section from './section.js';
const rowData = [
{
bgColor: 'white',
bgColor: 'transparent',
textColor: 'black',
cells: ['Color', '1st', '2nd', 'Multiplier', 'Tolerance'],
},
@ -72,7 +72,6 @@ const rowData = [
},
];
export default class Chart extends Component {
constructor(props) {
super(props);

View File

@ -5,7 +5,7 @@ import MyText from './mytext.js';
const styles = {
main: {
backgroundColor: '#ffffff',
backgroundColor: '#fafafa',
flex: 1,
},
menutable: {