Skip to content

Commit 07df21d

Browse files
fix: $small-font-size scss variable is replaced by var(--pgn-typography-font-size-sm) (#3856)
1 parent 411e19e commit 07df21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProductTour/Checkpoint.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
}
6565

6666
.pgn__checkpoint-page-index {
67-
font-size: $small-font-size;
67+
font-size: var(--pgn-typography-font-size-sm);
6868
}
6969
}
7070

0 commit comments

Comments
 (0)