File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/staking/src/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const Blocked = ({ reason }: Props) => (
19
19
</ h1 >
20
20
< p className = "mb-20 text-lg" > { reason } </ p >
21
21
< LinkButton
22
- className = "place-self-center px-24 py-3"
22
+ className = "w-full max-w-96 place-self-center px-8 py-3"
23
23
href = "https://www.pyth.network"
24
24
target = "_blank"
25
25
>
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export const HelpMenu = () => {
37
37
return (
38
38
< >
39
39
< MenuTrigger >
40
- < Button className = "group -mx-2 flex flex-row items-center gap-2 rounded-sm px -2 transition hover:bg-white/10 focus:outline-none focus-visible:ring-1 focus-visible:ring-pythpurple-400 pressed:bg-white/10 sm:-mx-4 sm:px-4" >
40
+ < Button className = "group -mx-2 flex flex-row items-center gap-2 rounded-sm p -2 transition hover:bg-white/10 focus:outline-none focus-visible:ring-1 focus-visible:ring-pythpurple-400 pressed:bg-white/10 sm:-mx-4 sm:px-4" >
41
41
< QuestionMarkCircleIcon className = "size-6 flex-none" />
42
42
< span className = "sr-only xs:not-sr-only" > Help</ span >
43
43
< ChevronDownIcon className = "size-4 flex-none opacity-60 transition duration-300 group-data-[pressed]:-rotate-180" />
You can’t perform that action at this time.
0 commit comments