Add empty AST cache file for version 0.8.44 with non-object root data
This commit is contained in:
@@ -99,12 +99,7 @@ function InlineJalaliMonth({
|
||||
key={index}
|
||||
disabled={disabled}
|
||||
onClick={() => onSelectDay(dayDate)}
|
||||
className={`
|
||||
mx-auto flex items-center justify-center w-[34px] h-[34px] rounded-full
|
||||
text-[14px] md:text-[16px] font-normal transition-colors
|
||||
${selected ? "!bg-[#F17732] !text-[#FFF]" : ""}
|
||||
${disabled ? "text-[#D7D7D7] cursor-not-allowed" : isFriday ? "text-[#E0383B]" : "text-[#525252] hover:bg-[#F5F5F5]"}
|
||||
`}
|
||||
className={` mx-auto flex items-center justify-center w-[34px] h-[34px] rounded-full text-[14px] md:text-[16px] font-normal transition-colors ${selected ? "!bg-[#F17732] !text-[#FFF]" : ""} ${disabled ? "text-[#D7D7D7] cursor-not-allowed" : isFriday ? "text-[#E0383B]" : "text-[#525252] hover:bg-[#F5F5F5]"} `}
|
||||
>
|
||||
{day}
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user