File tree Expand file tree Collapse file tree 1 file changed +17
-18
lines changed
Expand file tree Collapse file tree 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> = ({
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 >
You can’t perform that action at this time.
0 commit comments