We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa56ea commit 1812e2fCopy full SHA for 1812e2f
homedocs/TODO.md
@@ -1,4 +1,4 @@
1
-[ ] Fix search (make whole item clickable)
+[x] Fix search (make whole item clickable)
2
[ ] Add SEO data
3
[ ] Add Google Analytics
4
-[ ]
+[ ] Preserve @jsxImportSource in llms.txt
homedocs/src/styles/global.scss
@@ -1338,6 +1338,7 @@ $cx-dropdown-styles: cx-deep-map-merge(
1338
border: 1px solid hsl(var(--border)) !important;
1339
border-radius: 6px !important;
1340
color: hsl(var(--foreground)) !important;
1341
+ font-weight: 400 !important;
1342
1343
&::placeholder {
1344
color: hsl(var(--muted-foreground));
0 commit comments