File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
apps/web-roo-code/src/components/chromes Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ export function NavBar({ stars, downloads }: NavBarProps) {
102102 < Link
103103 href = { EXTERNAL_LINKS . MARKETPLACE }
104104 target = "_blank"
105- className = "hidden items-center gap-1.5 rounded-full bg-primary px-3 py-1.5 text-sm font-medium text-primary-foreground transition-colors hover:bg-primary/90 md:flex" >
105+ className = "hidden items-center gap-1.5 rounded-md bg-primary px-4 py-2 text-sm font-medium text-primary-foreground transition-all duration-200 hover:bg-primary/80 hover:shadow-lg hover:scale-105 md:flex" >
106106 < VscVscode className = "-mr-[2px] mt-[1px] h-4 w-4" />
107107 < span >
108108 Install < span className = "font-black max-lg:text-xs" > ·</ span >
You can’t perform that action at this time.
0 commit comments