mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-23 19:05:16 +02:00
fix(ui): update hover styles for buttons in RightPanel, Sidebar, and TabBar components
This commit is contained in:
parent
4f3914b058
commit
4813974690
3 changed files with 4 additions and 4 deletions
|
|
@ -139,7 +139,7 @@ export function TabBar({
|
|||
<button
|
||||
type="button"
|
||||
onClick={onNewChat}
|
||||
className="flex h-8 w-8 items-center justify-center shrink-0 rounded-md text-muted-foreground transition-all duration-150 hover:text-foreground hover:bg-muted/40"
|
||||
className="flex h-8 w-8 items-center justify-center shrink-0 rounded-md text-muted-foreground transition-all duration-150 hover:text-muted-foreground hover:bg-muted/40"
|
||||
title="New Chat"
|
||||
>
|
||||
<Plus className="size-4" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue