mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-13 03:11:02 +00:00
fix: make LP stake button always visible with contrasting colors
This commit is contained in:
@@ -921,12 +921,11 @@ export const AccountBalance: React.FC = () => {
|
|||||||
</div>
|
</div>
|
||||||
<Button
|
<Button
|
||||||
size="sm"
|
size="sm"
|
||||||
variant="outline"
|
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setSelectedLPForStake(lp);
|
setSelectedLPForStake(lp);
|
||||||
setIsLPStakeModalOpen(true);
|
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" />
|
<Lock className="w-3 h-3 mr-1" />
|
||||||
Stake
|
Stake
|
||||||
|
|||||||
Reference in New Issue
Block a user