Skip to content

Commit

Permalink
Fixed product tour heading stylings
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaB01 committed Sep 3, 2024
1 parent 1424119 commit 28d6b5a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/cjs/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/esm/index.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gleap",
"version": "13.9.1",
"version": "13.9.2",
"main": "build/cjs/index.js",
"module": "build/esm/index.mjs",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions published/13.9.2/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion published/latest/index.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions src/UI.js
Original file line number Diff line number Diff line change
Expand Up @@ -1793,6 +1793,16 @@ export const injectStyledCSS = (
color: ${contrastBackgroundColor};
}
.gleap-tour-message h2 {
font-weight: 600;
font-size: 22px;
}
.gleap-tour-message h3 {
font-weight: 600;
font-size: 18px;
}
.gleap-tour-message p {
line-height: 1.3;
}
Expand Down

0 comments on commit 28d6b5a

Please sign in to comment.