search server status smaller font size

This commit is contained in:
beckerinj
2022-05-18 12:46:42 -04:00
parent 861d1066a5
commit f7212f5048
@@ -225,6 +225,7 @@ const Servers: Component<{ close: () => void }> = (p) => {
padding: "0.25rem",
"border-radius": ".35rem",
transition: "background-color 125ms ease-in-out",
"font-size": "0.8rem"
}}
>
{server.status === "OK" ? "OK" : "NOT OK"}