diff --git a/src/components/Frames/TotalFrame/index.js b/src/components/Frames/TotalFrame/index.js index 7ce086c6..eff3bd53 100644 --- a/src/components/Frames/TotalFrame/index.js +++ b/src/components/Frames/TotalFrame/index.js @@ -17,7 +17,7 @@ function TotalsDataFrame(props) { } = props; return ( - + @@ -27,7 +27,7 @@ function TotalsDataFrame(props) { - + {(toolTipText !== null && toolTipText !== undefined) && ( ({ root: { display: 'flex', width: '100%', - padding: '16px 16px 0px 0px', + padding: '0px 14px 0px 0px', - [theme.breakpoints.up('sm')]: { - padding: '35px 35px 0px 0px', - }, [theme.breakpoints.up('md')]: { padding: '0px 20px 0px 0px', }, }, box: { - height: '4vh', + height: 'auto', borderRadius: '15px 15px 0 0', width: '100%', backgroundColor: theme.palette.black.secondary, @@ -27,11 +24,13 @@ export const useStyles = makeStyles((theme) => ({ }, text: { color: theme.palette.white.main, - marginTop: '1vh', + alignItems: 'center', + padding: '9px', }, header: { - height: '3vh', display: 'flex', + alignItems: 'center', + flexDirection: 'row', width: '100%', }, })); diff --git a/src/components/ToolTip/index.js b/src/components/ToolTip/index.js index eb47ac06..498af89f 100644 --- a/src/components/ToolTip/index.js +++ b/src/components/ToolTip/index.js @@ -31,7 +31,7 @@ export default function Tooltips(props) { return (
- +