dark mode +

This commit is contained in:
hamid zarghami
2025-12-27 12:06:43 +03:30
parent b9264a9d7e
commit 3402cc6f14
13 changed files with 66 additions and 63 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ const StepOtp = ({ phone, slug, code }: Props) => {
type='tel'
autoComplete="one-time-code"
inputMode="numeric"
className='w-full h-[45px] sm:h-[50px] flex-1 mx-1 sm:mx-2 bg-white border border-gray-300 outline-0 rounded-[10px] text-center text-sm' />
className='w-full h-[45px] sm:h-[50px] flex-1 mx-1 sm:mx-2 bg-container border border-border text-foreground outline-0 rounded-[10px] text-center text-sm' />
}
/>