File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ export function Header(props: React.PropsWithChildren) {
126
126
< VersionPicker />
127
127
</ div >
128
128
< div className = "flex items-center gap-6 max-md:hidden" >
129
- < SearchButton className = "inline-flex items-center gap-1 rounded-full bg-gray-950/2 px-2 py-1 outline -outline-offset-1 outline- gray-950/8 dark:bg-white/5 dark:outline -white/2" >
129
+ < SearchButton className = "inline-flex items-center gap-1 rounded-full bg-gray-950/2 px-2 py-1 inset-ring inset-ring- gray-950/8 dark:bg-white/5 dark:inset-ring -white/2" >
130
130
< svg
131
131
xmlns = "http://www.w3.org/2000/svg"
132
132
viewBox = "0 0 16 16"
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ const Hero: React.FC = () => {
93
93
< LinkButton href = "docs/installation" className = "z-1 max-sm:hidden" >
94
94
Get started
95
95
</ LinkButton >
96
- < SearchButton className = "outline-gray-950/8 grid w-full grid-cols-[auto_1fr_auto] items-center gap-1 rounded-full px-4 py-2 text-left text-sm/6 text-gray-950/50 outline -outline-offset-1 sm:w-80 dark:bg-white/5 dark:text-white/50 dark:outline -white/15" >
96
+ < SearchButton className = "grid w-full grid-cols-[auto_1fr_auto] items-center gap-1 rounded-full px-4 py-2 text-left text-sm/6 text-gray-950/50 inset-ring inset-ring-gray-950/8 sm:w-80 dark:bg-white/5 dark:text-white/50 dark:inset-ring -white/15" >
97
97
< svg
98
98
xmlns = "http://www.w3.org/2000/svg"
99
99
viewBox = "0 0 16 16"
You can’t perform that action at this time.
0 commit comments