File tree 1 file changed +17
-18
lines changed
1 file changed +17
-18
lines changed Original file line number Diff line number Diff line change @@ -26,23 +26,22 @@ export const SettingsHeader: FC<HeaderProps> = ({
26
26
< div css = { { maxWidth : 420 , marginBottom : 24 } } >
27
27
< Stack direction = "row" spacing = { 1 } alignItems = "center" >
28
28
< 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
+ ] }
46
45
>
47
46
{ title }
48
47
</ h1 >
@@ -57,7 +56,7 @@ export const SettingsHeader: FC<HeaderProps> = ({
57
56
lineHeight : "160%" ,
58
57
} }
59
58
>
60
- lalkdsalk
59
+ { description }
61
60
</ span >
62
61
) }
63
62
</ div >
You can’t perform that action at this time.
0 commit comments