Skip to content

Commit e9ddc6d

Browse files
feat: calendar example
1 parent d4e34dd commit e9ddc6d

3 files changed

Lines changed: 79 additions & 80 deletions

File tree

examples/react/basic/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<meta name="theme-color" content="#000000" />
6+
<meta name="theme-color" content="#0a0a0a" />
77
<title>TanStack Time - React Basic Example</title>
88
</head>
99
<body>

examples/react/basic/src/index.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
@tailwind base;
22
@tailwind components;
33
@tailwind utilities;
4+
5+
@layer base {
6+
body {
7+
@apply bg-black text-neutral-200 antialiased;
8+
}
9+
}

0 commit comments

Comments
 (0)