style: added launch text and styling (#1406)

This commit is contained in:
Nahiyan Khan
2025-02-27 05:10:08 -05:00
committed by GitHub
parent 88d8cb7fc4
commit 880ffe1ffc

View File

@@ -204,9 +204,10 @@ function BaseProviderCard({
e.stopPropagation();
onTakeoff();
}}
className="rounded-full h-7 w-7 p-0 bg-bgApp hover:bg-bgApp shadow-none text-textSubtle border border-borderSubtle hover:border-borderStandard hover:text-textStandard transition-colors"
className="rounded-full h-7 px-3 bg-bgApp hover:bg-bgApp shadow-none text-textSubtle border border-borderSubtle hover:border-transparent hover:bg-[#FF9772] hover:text-textProminent transition-colors"
>
<Rocket className="!size-4" />
Launch
</Button>
</TooltipTrigger>
<Portal>