Add empty AST cache file for version 0.8.44 with non-object root data
This commit is contained in:
@@ -53,9 +53,7 @@ function Share({ data }) {
|
||||
<Modal open={open} onClose={handleClose}>
|
||||
<Box
|
||||
sx={styleDefault}
|
||||
className="!pt-[12px] md:!pt-[14px] lg:!py-[16px] !overflow-hidden
|
||||
!px-[12px] sm:!px-[16px] md:!px-[20px] lg:!px-[24px]
|
||||
!pb-[12px] sm:!pb-[16px] lg:!pb-[20px] !rounded-[8px]"
|
||||
className="!pt-[12px] md:!pt-[14px] lg:!py-[16px] !overflow-hidden !px-[12px] sm:!px-[16px] md:!px-[20px] lg:!px-[24px] !pb-[12px] sm:!pb-[16px] lg:!pb-[20px] !rounded-[8px]"
|
||||
>
|
||||
<div className="flex items-center justify-between w-full">
|
||||
<p className="text-[#3B3B3B] text-[14px] sm:text-[16px] md:text-[18px] lg:text-[20px] font-medium">
|
||||
@@ -79,11 +77,7 @@ function Share({ data }) {
|
||||
key={v.key}
|
||||
type="button"
|
||||
onClick={() => changeVariant(v.key)}
|
||||
className={`flex items-center gap-[6px] rounded-full border px-3 py-1.5 text-[11px] md:text-[12px] transition-colors ${
|
||||
variant === v.key
|
||||
? "border-[#5559CE] text-[#5559CE] bg-[#EAECFA]"
|
||||
: "border-[#EFEFEF] text-[#525252] bg-white"
|
||||
}`}
|
||||
className={`flex items-center gap-[6px] rounded-full border px-3 py-1.5 text-[11px] md:text-[12px] transition-colors ${ variant === v.key ? "border-[#5559CE] text-[#5559CE] bg-[#EAECFA]" : "border-[#EFEFEF] text-[#525252] bg-white" }`}
|
||||
>
|
||||
<span
|
||||
className="w-[14px] h-[14px] rounded-full border border-[#E0E0E0]"
|
||||
|
||||
Reference in New Issue
Block a user