mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
fix: round bottom corners of mode selector popover
This commit is contained in:
parent
5069ce92a0
commit
b173eec19a
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ export const ModeSelector = ({
|
|||
</div>
|
||||
|
||||
{/* Bottom bar with buttons on left and title on right */}
|
||||
<div className="flex flex-row items-center justify-between px-2 py-2 border-t border-vscode-dropdown-border">
|
||||
<div className="flex flex-row items-center justify-between px-2 py-2 border-t border-vscode-dropdown-border rounded-b-xs">
|
||||
<div className="flex flex-row gap-1">
|
||||
<IconButton
|
||||
iconClass="codicon-extensions"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue