Skip to content

Commit 9bc8e3f

Browse files
committed
fix: update variables for new styles
1 parent 7e9592f commit 9bc8e3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/course-unit/sidebar/Sidebar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@
8888
@extend %base-font-params;
8989

9090
.course-split-test-sidebar-title {
91-
font-size: $font-size-base;
92-
line-height: $line-height-base;
91+
font-size: var(--pgn-typography-font-size-base);
92+
line-height: var(--pgn-typography-line-height-base);
9393
}
9494

9595
.course-split-test-sidebar-devider {

0 commit comments

Comments
 (0)