diff --git a/src/components/home/GraphContainer.tsx b/src/components/home/GraphContainer.tsx index 29a3ab6677..a739cb0cb2 100644 --- a/src/components/home/GraphContainer.tsx +++ b/src/components/home/GraphContainer.tsx @@ -39,7 +39,7 @@ const GraphContainer = ({ }) return ( -
+
{metricTitle} diff --git a/src/components/shared/LinkButton.tsx b/src/components/shared/LinkButton.tsx index 00dad8d17b..60582f5303 100644 --- a/src/components/shared/LinkButton.tsx +++ b/src/components/shared/LinkButton.tsx @@ -35,7 +35,7 @@ const LinkButton = ({title, Icon, theme, onClick, href, width = "auto", disabled const themes = { [Theme.Light]: { classes: - "border-2 border-solid border-tailCall-border-dark-100 text-tailCall-dark-500 bg-transparent hover:text-tailCall-dark-500", + "border border-solid border-tailCall-border-dark-100 text-tailCall-dark-500 bg-transparent hover:text-tailCall-dark-500", gridClasses: "", }, [Theme.Dark]: { diff --git a/src/theme/Navbar/Content/styles.module.css b/src/theme/Navbar/Content/styles.module.css index 9471b572f1..5efc26ee76 100644 --- a/src/theme/Navbar/Content/styles.module.css +++ b/src/theme/Navbar/Content/styles.module.css @@ -52,7 +52,7 @@ Hide color mode toggle in small viewports } .modalContent { - height: 35vh; + height: 100vh; overflow-y: auto; }