Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Nov 22, 2024
1 parent 94b2f67 commit cb19bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextra/src/client/components/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ export const Search: FC<SearchProps> = ({
className={cn(
'x:absolute x:my-1.5 x:select-none x:end-1.5',
'x:h-5 x:rounded x:bg-white x:px-1.5 x:font-mono x:text-[11px] x:font-medium x:text-gray-500',
'x:border x:dark:border-gray-100/20 x:dark:bg-black/50',
'x:contrast-more:border-current! x:contrast-more:text-current',
'x:border bordered',
'x:contrast-more:text-current',
'x:items-center x:gap-1 x:flex',
'x:max-sm:hidden'
)}
Expand Down

0 comments on commit cb19bff

Please sign in to comment.