Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 440d75e

Browse files
committed
revert css
1 parent 5b7289c commit 440d75e

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

site/src/components/SettingsHeader/SettingsHeader.tsx

+17-18
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,22 @@ export const SettingsHeader: FC<HeaderProps> = ({
2626
<div css={{ maxWidth: 420, marginBottom: 24 }}>
2727
<Stack direction="row" spacing={1} alignItems="center">
2828
<h1
29-
// css={[
30-
// {
31-
// fontSize: 32,
32-
// fontWeight: 700,
33-
// display: "flex",
34-
// alignItems: "baseline",
35-
// lineHeight: "initial",
36-
// margin: 0,
37-
// marginBottom: 4,
38-
// gap: 8,
39-
// },
40-
// secondary && {
41-
// fontSize: 24,
42-
// fontWeight: 500,
43-
// },
44-
// ]}
45-
className="text-3xl bg-white font-normal"
29+
css={[
30+
{
31+
fontSize: 32,
32+
fontWeight: 700,
33+
display: "flex",
34+
alignItems: "baseline",
35+
lineHeight: "initial",
36+
margin: 0,
37+
marginBottom: 4,
38+
gap: 8,
39+
},
40+
secondary && {
41+
fontSize: 24,
42+
fontWeight: 500,
43+
},
44+
]}
4645
>
4746
{title}
4847
</h1>
@@ -57,7 +56,7 @@ export const SettingsHeader: FC<HeaderProps> = ({
5756
lineHeight: "160%",
5857
}}
5958
>
60-
lalkdsalk
59+
{description}
6160
</span>
6261
)}
6362
</div>

0 commit comments

Comments
 (0)