File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ const H1 = ({
70
70
} : BaseHTMLAttributes < HTMLHeadingElement > ) => (
71
71
< h1
72
72
className = { cn (
73
- "text-text text-center font-mono text-2xl font-semibold uppercase leading-[1.4]" ,
73
+ "my-8 text-center font-mono text-3xl font-semibold uppercase leading-[1.4]" ,
74
74
className
75
75
) }
76
76
{ ...props }
@@ -110,7 +110,7 @@ const StackContainer = ({
110
110
} : BaseHTMLAttributes < HTMLDivElement > ) => (
111
111
< div
112
112
className = { cn (
113
- "sm:rounded-base mx-0 my-8 w-full rounded-none border border-border bg-ednBackground px-8 py-12 sm:mx-8 sm:w-[96%]" ,
113
+ "mx-0 my-8 w-full border bg-background-highlight px-8 py-12 sm:mx-8 sm:w-[96%] sm:rounded " ,
114
114
className
115
115
) }
116
116
{ ...props }
Original file line number Diff line number Diff line change @@ -145,7 +145,6 @@ const config = {
145
145
} ,
146
146
147
147
disabled : "hsla(var(--disabled))" ,
148
- ednBackground : "var(--edn-background)" ,
149
148
150
149
background : {
151
150
DEFAULT : "hsla(var(--background))" ,
You can’t perform that action at this time.
0 commit comments