From 83acd4911a00da4722dea792531f78f4f10ca76b Mon Sep 17 00:00:00 2001 From: RachelElysia <71795832+RachelElysia@users.noreply.github.com> Date: Mon, 7 Jun 2021 14:07:21 -0400 Subject: [PATCH] Fix hosts empty state styling (#990) Closes #970 --- .../pages/hosts/ManageHostsPage/components/NoHosts/NoHosts.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pages/hosts/ManageHostsPage/components/NoHosts/NoHosts.tsx b/frontend/pages/hosts/ManageHostsPage/components/NoHosts/NoHosts.tsx index ed62f69607..d002b09a84 100644 --- a/frontend/pages/hosts/ManageHostsPage/components/NoHosts/NoHosts.tsx +++ b/frontend/pages/hosts/ManageHostsPage/components/NoHosts/NoHosts.tsx @@ -10,7 +10,7 @@ const baseClass = "no-hosts"; const NoHosts = (): JSX.Element => { return (