Skip to content

Commit fd2ef98

Browse files
author
Viande
committed
looks
1 parent cbd884d commit fd2ef98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/dapp/WalletConnectors.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default function WalletConnectors({ hideSpyMode = false }) {
6565
{!hideSpyMode && (
6666
<>
6767
<Divider horizontal look="soft" className="my-xl" />
68-
<Text size={5} className="text-main-11">
68+
<Text size={5} look="soft">
6969
Spy address
7070
</Text>
7171
<Input

src/components/extenders/Modal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default function Modal({
7171
{description && (
7272
<Dialog.Description>
7373
{typeof description === "string" ? (
74-
<Text size={5} className="text-main-11">
74+
<Text size={5} look="soft">
7575
{description}
7676
</Text>
7777
) : (

0 commit comments

Comments
 (0)