dark mode fix in safari

This commit is contained in:
hamid zarghami
2025-12-27 16:14:02 +03:30
parent ad5bb7bf27
commit 397483f47e
5 changed files with 23 additions and 12 deletions
@@ -102,7 +102,7 @@ const CartSummary = ({ isPremium }: CartSummaryProps) => {
}
}}
>
<Button className='w-fit! px-10'>{t('ButtonCheckout')}</Button>
<Button className='w-fit! px-10 dark:bg-white dark:text-black! dark:hover:bg-gray-100'>{t('ButtonCheckout')}</Button>
</Link>
)}
</div>