Skip to content

Commit

Permalink
Fix: dark mode for browser action bar (#2255)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-zaitsev authored Jan 18, 2025
1 parent 486faf7 commit 235a8f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const BrowserActionBar = ({currentUrl, onUrlUpdated, isLoading}: {
</div>
<Input
className={twMerge(
"w-full pl-8 pr-1 py-0.5 rounded-full border-2 bg-slate-50",
"w-full pl-8 pr-1 py-0.5 rounded-full border-2 bg-slate-50 dark:bg-gray-800",
isLoading && "bg-gray-100",
)}
size="sm"
Expand Down

0 comments on commit 235a8f6

Please sign in to comment.