Skip to content

Commit 0c394e1

Browse files
davidjsonnkhadni
andauthored
Incorrect CSS variable name (#2565)
Replace the custom property `--font-family-mono` with the correct `--font-mono` to match the declared variable. Co-authored-by: Karim H. <98668332+khadni@users.noreply.github.com>
1 parent 6141307 commit 0c394e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CCIP/TutorialBlockchainSelector/ChainUpdateBuilderWrapper.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
}
231231

232232
.parameterIdentifier span {
233-
font-family: var(--font-family-mono);
233+
font-family: var(--font-mono);
234234
font-size: 14px;
235235
color: var(--color-accent);
236236
}

0 commit comments

Comments
 (0)