Skip to content

Commit 295597a

Browse files
committed
title center in generic empty state
1 parent 0fabda9 commit 295597a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "0.0.81-beta-6",
3+
"version": "0.0.81-beta-7",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Common/EmptyState/GenericEmptyState.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const GenericEmptyState = ({
6767
} ${contentClassName}`}
6868
>
6969
<div className="flex column dc__gap-8">
70-
<h4 className="title fw-6 cn-9 mt-0 mb-0 lh-24">{title}</h4>
70+
<h4 className="title fw-6 cn-9 mt-0 mb-0 lh-24 dc__align-center">{title}</h4>
7171
{subTitle && (
7272
<p className={`subtitle ${isRowLayout ? 'subtitle--text-start' : ''}`}>
7373
{subTitle}

0 commit comments

Comments
 (0)