diff --git a/src/components/StatusBar/index.tsx b/src/components/StatusBar/index.tsx index 602868609..dbced4343 100644 --- a/src/components/StatusBar/index.tsx +++ b/src/components/StatusBar/index.tsx @@ -16,7 +16,7 @@ const StatusBar = ({ treeCount, waterSourceCount, pumpCount, mobileCount }) => { marginLeft: 'auto', marginBottom: '1px', height: '50px', - width: '350px', + width: '450px', overflow: 'auto', padding: '10px', textAlign: 'center' @@ -62,7 +62,7 @@ const StatusBar = ({ treeCount, waterSourceCount, pumpCount, mobileCount }) => { marginTop: 'auto', marginBottom: 'auto', marginRight: '1px', - height: '220px', + height: '270px', width: '60px', overflow: 'auto', paddingRight: '10px', @@ -78,7 +78,7 @@ const StatusBar = ({ treeCount, waterSourceCount, pumpCount, mobileCount }) => {