@betterstart/cli 0.1.71 → 0.1.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
--shadow-fullscreen: var(--shadow-border-base), 0px 1px 1px #00000005, 0px 8px 16px -4px #0000000a, 0px 24px 32px -8px #0000000f, var(--shadow-background-border);
|
|
91
91
|
--sidebar: oklch(0.985 0 0);
|
|
92
92
|
--sidebar-foreground: oklch(0.39 0 0);
|
|
93
|
-
--sidebar-primary: oklch(0.
|
|
93
|
+
--sidebar-primary: oklch(0.2 0 0);
|
|
94
94
|
--sidebar-primary-foreground: oklch(0.985 0 0);
|
|
95
95
|
--sidebar-accent: oklch(0.94 0 0);
|
|
96
96
|
--sidebar-accent-foreground: oklch(0.21 0.006 285.885);
|
|
@@ -6,12 +6,11 @@ export const CmsSearch = () => {
|
|
|
6
6
|
<div className="flex items-center gap-2 relative w-full max-w-[240px]">
|
|
7
7
|
<Button
|
|
8
8
|
variant="outline"
|
|
9
|
-
className="w-full text-left items-center pr-
|
|
10
|
-
size="lg"
|
|
9
|
+
className="w-full text-left items-center pr-2! pl-3 py-0 rounded-lg bg-white"
|
|
11
10
|
>
|
|
12
11
|
<Search className="shrink-0 size-3.5 -ml-0.5 text-muted-foreground/70" />
|
|
13
12
|
<span className="w-full font-normal text-sm text-muted-foreground/70 [text-box-trim:trim-both]">
|
|
14
|
-
|
|
13
|
+
Search
|
|
15
14
|
</span>
|
|
16
15
|
<div className="flex items-center gap-1 py-0.5 border rounded-full corner-squircle px-2 border-border bg-background">
|
|
17
16
|
<Command className="size-3! text-muted-foreground" />
|