mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-19 07:58:46 -05:00
Adjust count box style
This commit is contained in:
@@ -243,7 +243,7 @@ function Infrastructure() {
|
|||||||
backgroundColor={theme.palette.tertiary.main}
|
backgroundColor={theme.palette.tertiary.main}
|
||||||
sx={{
|
sx={{
|
||||||
padding: ".25em .75em",
|
padding: ".25em .75em",
|
||||||
borderRadius: "50%",
|
borderRadius: "calc(infinity * 1px)",
|
||||||
fontSize: "12px",
|
fontSize: "12px",
|
||||||
fontWeight: 500,
|
fontWeight: 500,
|
||||||
}}
|
}}
|
||||||
|
|||||||
@@ -106,9 +106,15 @@ const PageSpeed = () => {
|
|||||||
component="span"
|
component="span"
|
||||||
className="current-monitors-counter"
|
className="current-monitors-counter"
|
||||||
color={theme.palette.primary.contrastText}
|
color={theme.palette.primary.contrastText}
|
||||||
border={1}
|
border={2}
|
||||||
borderColor={theme.palette.primary.lowContrast}
|
borderColor={theme.palette.accent.main}
|
||||||
backgroundColor={theme.palette.tertiary.main}
|
backgroundColor={theme.palette.tertiary.main}
|
||||||
|
sx={{
|
||||||
|
padding: ".25em .75em",
|
||||||
|
borderRadius: "calc(infinity * 1px)",
|
||||||
|
fontSize: "12px",
|
||||||
|
fontWeight: 500,
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
{summary?.totalMonitors ?? 0}
|
{summary?.totalMonitors ?? 0}
|
||||||
</Box>
|
</Box>
|
||||||
|
|||||||
@@ -234,7 +234,7 @@ const UptimeDataTable = ({
|
|||||||
backgroundColor={theme.palette.tertiary.main}
|
backgroundColor={theme.palette.tertiary.main}
|
||||||
sx={{
|
sx={{
|
||||||
padding: ".25em .75em",
|
padding: ".25em .75em",
|
||||||
borderRadius: "50%",
|
borderRadius: "calc(infinity * 1px)",
|
||||||
fontSize: "12px",
|
fontSize: "12px",
|
||||||
fontWeight: 500,
|
fontWeight: 500,
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user