fix: make LP stake button always visible with contrasting colors

This commit is contained in:
2026-02-06 16:06:51 +03:00
parent b91f897a2d
commit 99ef70dfb7
+1 -2
View File
@@ -921,12 +921,11 @@ export const AccountBalance: React.FC = () => {
</div>
<Button
size="sm"
variant="outline"
onClick={() => {
setSelectedLPForStake(lp);
setIsLPStakeModalOpen(true);
}}
className="border-purple-500/50 text-purple-400 hover:bg-purple-500/10 opacity-0 group-hover:opacity-100 transition-opacity"
className="bg-gradient-to-r from-purple-600 to-pink-600 text-white font-medium hover:from-purple-500 hover:to-pink-500 border-0"
>
<Lock className="w-3 h-3 mr-1" />
Stake