We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247b061 commit b262ce1Copy full SHA for b262ce1
webview-ui/src/components/welcome/RooHero.tsx
@@ -7,7 +7,7 @@ const RooHero = () => {
7
})
8
9
return (
10
- <div className="pb-4 forced-color-adjust-none">
+ <div className="pb-4 forced-color-adjust-none group">
11
<div
12
style={{
13
backgroundColor: "var(--vscode-foreground)",
@@ -18,7 +18,7 @@ const RooHero = () => {
18
maskRepeat: "no-repeat",
19
maskSize: "contain",
20
}}
21
- className="mx-auto hover:animate-bounce">
+ className="mx-auto group-hover:animate-bounce translate-y-0 transition-transform duration-500">
22
<img src={imagesBaseUri + "/roo-logo.svg"} alt="Roo logo" className="h-8 opacity-0" />
23
</div>
24
0 commit comments