small darkmode fix for web3 (#1685)
This commit is contained in:
parent
8ede48b1a8
commit
91a73c8105
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ const CryptoSection = (props: CryptoSectionProps) => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className="absolute transition-opacity transform -translate-x-1/2 -translate-y-1/2 opacity-0 top-1/2 left-1/2 group-hover:opacity-100"
|
className="absolute transition-opacity transform -translate-x-1/2 -translate-y-1/2 opacity-0 dark:bg-gray-900 top-1/2 left-1/2 group-hover:opacity-100"
|
||||||
id={`crypto-${props.id}`}>
|
id={`crypto-${props.id}`}>
|
||||||
{determineButton()}
|
{determineButton()}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue