diff --git a/src/App.css b/src/App.css index 9522cb4..9c01bfe 100644 --- a/src/App.css +++ b/src/App.css @@ -50,7 +50,7 @@ body { display: inline-flex; flex-direction: row; font-size: xx-large; - background-color: rgb(215, 192, 252); + background-color: rgb(207, 235, 250); } .last-update { @@ -146,7 +146,7 @@ body { text-align: center; align-self: center; font-size: xx-large; - background-color: rgb(215, 192, 252); + background-color: rgb(207, 235, 250); } .nscm-logo { @@ -206,7 +206,7 @@ body { text-align: center; align-self: center; font-size: xx-large; - background-color: rgb(215, 192, 252); + background-color: rgb(207, 235, 250); } } @@ -253,7 +253,7 @@ body { text-align: center; align-self: center; font-size: xx-large; - background-color: rgb(215, 192, 252); + background-color: rgb(207, 235, 250); } .title-text { @@ -307,7 +307,7 @@ body { text-align: center; align-self: center; font-size: xx-large; - background-color: rgb(215, 192, 252); + background-color: rgb(207, 235, 250); } .title-text { @@ -372,7 +372,7 @@ body { .dashboard-title { text-align: center; align-self: center; - background-color: rgb(215, 192, 252); + background-color: rgb(207, 235, 250); } .title-text { diff --git a/src/components/Calibrations.js b/src/components/Calibrations.js index 37a1c41..12cbc9b 100644 --- a/src/components/Calibrations.js +++ b/src/components/Calibrations.js @@ -48,9 +48,6 @@ const Calibrations = () => {
Calibrations
x.deviceId)} onChange={changeDevice} value={device} placeholder="Select an device" /> - {/* { return { value: x, label: x }; })} menuPlacement='auto' maxMenuHeight={250} menuShouldScrollIntoView={true} onChange={changeTestDate} /> - { return { value: x, label: x }; })} menuPlacement='auto' maxMenuHeight={250} menuShouldScrollIntoView={true} onChange={changeDevice} /> - { return { value: x, label: x }; })} menuPlacement='auto' maxMenuHeight={220} menuShouldScrollIntoView={true} onChange={changeTestDate} /> */} + { return { value: x, label: x }; })} + menuPlacement='auto' + maxMenuHeight={250} + menuShouldScrollIntoView={true} + onChange={changeTestDate} /> +