Skip to content

Commit 39db007

Browse files
authored
fix (color schemes): text color price block not working in frontend (#3592)
1 parent 2491ff0 commit 39db007

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/block/price/style.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@
1111
font-size: 56px;
1212
line-height: 0.7;
1313
}
14+
15+
:where(.stk-has-color-schemes .stk-block-price) .stk-block-text {
16+
color: var(--stk-text-color);
17+
}

0 commit comments

Comments
 (0)