File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/components/index-page/how-it-works Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export function HowItWorksListItem({
13
13
{ text }
14
14
{ icon }
15
15
</ div >
16
- < div className = "mt-px flex-1 bg-neu-0 text-sm md:pl-2 md:pt-2 max-md:[&_code>span]:!pl-0 [&_pre]:border-none [&_pre]:ring-0" >
16
+ < div className = "mt-px flex-1 bg-neu-0 text-sm/[21px] md:pl-2 md:pt-2 max-md:[&_code>span]:!pl-0 [&_pre]:border-none [&_pre]:ring-0" >
17
17
{ code }
18
18
</ div >
19
19
</ li >
Original file line number Diff line number Diff line change @@ -8,7 +8,10 @@ export function PlayButton({
8
8
return (
9
9
< Button
10
10
variant = "tertiary"
11
- className = { clsx ( "ml-auto h-min !p-1" , className ) }
11
+ className = { clsx (
12
+ "ml-auto h-min !p-0.5 !text-neu-800 before:absolute before:-inset-3 hover:!text-neu-900" ,
13
+ className ,
14
+ ) }
12
15
onClick = { props . onClick }
13
16
>
14
17
< svg fill = "currentColor" viewBox = "0 0 24 24" className = "size-4" >
You can’t perform that action at this time.
0 commit comments