hint 3d tour fix

This commit is contained in:
2024-03-21 13:30:55 +05:00
parent a26d8891d6
commit e18cbd74c4
@@ -31,7 +31,10 @@ const ButtonPanel = () => {
{
<div className="flex w-full absolute p-4 justify-between top-0 left-0">
{isHint && currentView !== 1 ? (
<HintThreeDTour onClose={handleOnHintClose} />
<HintThreeDTour
onClose={handleOnHintClose}
className="px-4 gap-4 text-[16px]"
/>
) : (
<>
<GoBackButton />