Skip to content

Commit 28d6b5a

Browse files
committed
Fixed product tour heading stylings
1 parent 1424119 commit 28d6b5a

File tree

6 files changed

+15
-4
lines changed

6 files changed

+15
-4
lines changed

build/cjs/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/esm/index.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gleap",
3-
"version": "13.9.1",
3+
"version": "13.9.2",
44
"main": "build/cjs/index.js",
55
"module": "build/esm/index.mjs",
66
"exports": {

published/13.9.2/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/UI.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1793,6 +1793,16 @@ export const injectStyledCSS = (
17931793
color: ${contrastBackgroundColor};
17941794
}
17951795
1796+
.gleap-tour-message h2 {
1797+
font-weight: 600;
1798+
font-size: 22px;
1799+
}
1800+
1801+
.gleap-tour-message h3 {
1802+
font-weight: 600;
1803+
font-size: 18px;
1804+
}
1805+
17961806
.gleap-tour-message p {
17971807
line-height: 1.3;
17981808
}

0 commit comments

Comments
 (0)