@rpg-engine/long-bow 0.6.37 → 0.6.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/long-bow.cjs.development.js +1 -1
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +1 -1
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Tutorial/TutorialStepper.tsx +5 -0
|
@@ -33294,7 +33294,7 @@ var LessonTitle = /*#__PURE__*/styled__default.h1.withConfig({
|
|
|
33294
33294
|
var LessonContainer = /*#__PURE__*/styled__default.div.withConfig({
|
|
33295
33295
|
displayName: "TutorialStepper__LessonContainer",
|
|
33296
33296
|
componentId: "sc-7tgzv2-5"
|
|
33297
|
-
})(["display:flex;flex-direction:column;justify-content:space-between;min-height:200px;"]);
|
|
33297
|
+
})(["display:flex;flex-direction:column;justify-content:space-between;min-height:200px;p{font-size:0.7rem !important;}"]);
|
|
33298
33298
|
|
|
33299
33299
|
exports.AsyncDropdown = AsyncDropdown;
|
|
33300
33300
|
exports.Button = Button;
|