From 04af2d7af4dd5507047e6f0a4efd929988eaa8aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20=C3=85lund?= Date: Wed, 7 Oct 2020 08:40:57 +0200 Subject: [PATCH] rm non-used css --- packages/core/src/components/EmptyState/EmptyState.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/core/src/components/EmptyState/EmptyState.tsx b/packages/core/src/components/EmptyState/EmptyState.tsx index 523f4b467d..1af5ff6dd5 100644 --- a/packages/core/src/components/EmptyState/EmptyState.tsx +++ b/packages/core/src/components/EmptyState/EmptyState.tsx @@ -29,10 +29,6 @@ const useStyles = makeStyles(theme => ({ imageContainer: { position: 'relative', }, - backgroundImage: { - position: 'absolute', - width: '100%', - }, })); type Props = {