Adjust background color of menu and chart table header
This commit is contained in:
parent
cacf90d135
commit
ab9af756a4
|
@ -6,7 +6,7 @@ import Section from './section.js';
|
||||||
|
|
||||||
const rowData = [
|
const rowData = [
|
||||||
{
|
{
|
||||||
bgColor: 'white',
|
bgColor: 'transparent',
|
||||||
textColor: 'black',
|
textColor: 'black',
|
||||||
cells: ['Color', '1st', '2nd', 'Multiplier', 'Tolerance'],
|
cells: ['Color', '1st', '2nd', 'Multiplier', 'Tolerance'],
|
||||||
},
|
},
|
||||||
|
@ -72,7 +72,6 @@ const rowData = [
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
export default class Chart extends Component {
|
export default class Chart extends Component {
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props);
|
super(props);
|
||||||
|
|
|
@ -5,7 +5,7 @@ import MyText from './mytext.js';
|
||||||
|
|
||||||
const styles = {
|
const styles = {
|
||||||
main: {
|
main: {
|
||||||
backgroundColor: '#ffffff',
|
backgroundColor: '#fafafa',
|
||||||
flex: 1,
|
flex: 1,
|
||||||
},
|
},
|
||||||
menutable: {
|
menutable: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user