refactor: adjust button styling in DirectoryStaticRow for improved layout
This commit is contained in:
@@ -322,7 +322,7 @@ function DirectoryStaticRow({ icon, label, selected, onClick }: DirectoryStaticR
|
|||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
className={cn(
|
className={cn(
|
||||||
"flex w-full items-center gap-2 px-3 py-1.5 text-left text-sm hover:bg-accent",
|
"flex w-full items-center gap-1 px-2 py-1.5 text-left text-sm hover:bg-accent",
|
||||||
selected && "bg-accent text-accent-foreground",
|
selected && "bg-accent text-accent-foreground",
|
||||||
)}
|
)}
|
||||||
onClick={onClick}
|
onClick={onClick}
|
||||||
|
|||||||
Reference in New Issue
Block a user