Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit440d75e

Browse files
committed
revert css
1 parent5b7289c commit440d75e

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

‎site/src/components/SettingsHeader/SettingsHeader.tsx‎

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,22 @@ export const SettingsHeader: FC<HeaderProps> = ({
2626
<divcss={{maxWidth:420,marginBottom:24}}>
2727
<Stackdirection="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)

[8]ページ先頭

©2009-2025 Movatter.jp