We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd884d commit fd2ef98Copy full SHA for fd2ef98
src/components/dapp/WalletConnectors.tsx
@@ -65,7 +65,7 @@ export default function WalletConnectors({ hideSpyMode = false }) {
65
{!hideSpyMode && (
66
<>
67
<Divider horizontal look="soft" className="my-xl" />
68
- <Text size={5} className="text-main-11">
+ <Text size={5} look="soft">
69
Spy address
70
</Text>
71
<Input
src/components/extenders/Modal.tsx
@@ -71,7 +71,7 @@ export default function Modal({
{description && (
72
<Dialog.Description>
73
{typeof description === "string" ? (
74
75
{description}
76
77
) : (
0 commit comments