diff --git a/apps/client/src/widgets/react/NoItems.css b/apps/client/src/widgets/react/NoItems.css index f9876db6c4..f3cc6c6553 100644 --- a/apps/client/src/widgets/react/NoItems.css +++ b/apps/client/src/widgets/react/NoItems.css @@ -7,9 +7,11 @@ padding: 0.75em; color: var(--muted-text-color); height: 100%; + text-align: center; .tn-icon { - font-size: 3em; + font-size: 4em; + margin-bottom: 1rem; } button {