Skip to content

Commit

Permalink
fix: css tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Sep 5, 2024
1 parent fdc36cd commit c013198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Search/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function Search() {
type="button"
onClick={() => setShowSearchModal(true)}
className={cn(
'group flex w-full items-center gap-2 rounded-l-full rounded-r-full p-2 px-4',
'group flex w-full items-center gap-2 rounded-l-full rounded-r-full p-2 px-4 text-sm',
'interactive-bg-surface-container',
'text-on-surface-variant/50 hover:text-[inherit]',
)}
Expand Down

0 comments on commit c013198

Please sign in to comment.