open timepicker just with click on input(no click on icon)

This commit is contained in:
Ehsan
2024-10-20 23:09:05 +03:30
parent 804c9f96dd
commit 773b64ca25
4 changed files with 39 additions and 12 deletions
+4
View File
@@ -15,6 +15,10 @@ export const metadata = {
export default function RootLayout({ children }) {
return (
<html lang="fa" dir="rtl" suppressHydrationWarning>
<meta
name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1"
/>
<ThemeRegistry>
<body className="bg-[#FAFAFA]">
<Providers>{children}</Providers>