otp auto focus

This commit is contained in:
victorAnumudu
2024-06-15 12:59:13 +01:00
parent 6ec69c934e
commit 8e9ce3c87b
2 changed files with 66 additions and 59 deletions
+5 -1
View File
@@ -5,7 +5,11 @@ export default {
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
extend: {
screens:{
xs: "400px",
}
},
},
plugins: [],
}