diff --git a/src/components/common/EmptyCommon/EmptyCommon.module.scss b/src/components/common/EmptyCommon/EmptyCommon.module.scss index e866ce699..a31ba4374 100644 --- a/src/components/common/EmptyCommon/EmptyCommon.module.scss +++ b/src/components/common/EmptyCommon/EmptyCommon.module.scss @@ -1,15 +1,16 @@ @import "../../../styles/utilities"; .empty { - padding: 4rem 1.6rem; + padding: 1.6rem; margin: auto; .imgWrap { min-width: 10rem; + text-align: center; } .description { color: var(--disabled); text-align: center; - margin-top: 2.4rem; + margin-top: .8rem; } } diff --git a/src/components/common/EmptyCommon/EmptyCommon.tsx b/src/components/common/EmptyCommon/EmptyCommon.tsx index 6e4fc79a8..cc462e6af 100644 --- a/src/components/common/EmptyCommon/EmptyCommon.tsx +++ b/src/components/common/EmptyCommon/EmptyCommon.tsx @@ -10,7 +10,7 @@ interface Props { const EmptyCommon = ({ description = "No data to display" }: Props) => { return (
-
+
{