File tree Expand file tree Collapse file tree 6 files changed +567
-259
lines changed Expand file tree Collapse file tree 6 files changed +567
-259
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ const Journey = ({
241
241
) }
242
242
{ ...props }
243
243
>
244
- < div className = "grid size-full flex-none basis-0 place-content-center border border-neutral-600/50 bg-pythpurple-800 p-2 text-center font-semibold transition group-hover/tab:bg-pythpurple-600/30 group-selected/tab:border-pythpurple-400/60 group-selected/tab:bg-pythpurple-600/60 group-hover/tab:group-selected/tab:bg-pythpurple-600/60 sm:p -4 sm:text-lg" >
244
+ < div className = "grid size-full flex-none basis-0 place-content-center border border-neutral-600/50 bg-pythpurple-800 p-2 text-center font-semibold transition group-hover/tab:bg-pythpurple-600/30 group-selected/tab:border-pythpurple-400/60 group-selected/tab:bg-pythpurple-600/60 group-hover/tab:group-selected/tab:bg-pythpurple-600/60 sm:py -4 sm:text-lg" >
245
245
< span className = "hidden group-data-[empty]:inline sm:inline" >
246
246
{ longText }
247
247
</ span >
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export const HelpMenu = () => {
39
39
< MenuTrigger >
40
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" >
41
41
< QuestionMarkCircleIcon className = "size-6 flex-none" />
42
- < span className = "sr-only" > Help</ span >
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" />
44
44
</ Button >
45
45
< Menu placement = "bottom end" >
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export const ModalDialog = ({
40
40
{ ...props }
41
41
>
42
42
< Modal className = "pointer-events-none grid min-h-full place-content-center data-[entering]:duration-500 data-[exiting]:duration-300 data-[entering]:animate-in data-[exiting]:animate-out data-[entering]:zoom-in-90 data-[exiting]:zoom-out-110" >
43
- < Dialog className = "pointer-events-auto relative max-w-full border border-neutral-600/50 bg-[#100E21] px-4 pb -6 pt-12 focus:outline-none sm:px-10 sm:pb-12" >
43
+ < Dialog className = "pointer-events-auto relative max-w-full border border-neutral-600/50 bg-[#100E21] px-4 py -6 pt-12 focus:outline-none sm:px-10 sm:pb-12" >
44
44
{ ( options ) => (
45
45
< >
46
46
< Button
You can’t perform that action at this time.
0 commit comments