We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e34dd commit e9ddc6dCopy full SHA for e9ddc6d
3 files changed
examples/react/basic/index.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="utf-8" />
5
<meta name="viewport" content="width=device-width, initial-scale=1" />
6
- <meta name="theme-color" content="#000000" />
+ <meta name="theme-color" content="#0a0a0a" />
7
<title>TanStack Time - React Basic Example</title>
8
</head>
9
<body>
examples/react/basic/src/index.css
@@ -1,3 +1,9 @@
1
@tailwind base;
2
@tailwind components;
@tailwind utilities;
+
+@layer base {
+ body {
+ @apply bg-black text-neutral-200 antialiased;
+ }
+}
0 commit comments