@q2devel/q2-storybook 1.0.22 → 1.0.24
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.
|
@@ -3,7 +3,7 @@ export default function Heading1(_a) {
|
|
|
3
3
|
var _b = _a.level, level = _b === void 0 ? 1 : _b, children = _a.children, className = _a.className, id = _a.id;
|
|
4
4
|
var Tag = "h".concat(level);
|
|
5
5
|
var baseStyles = {
|
|
6
|
-
1: "text-4xl font-bold mt-12 mb-8 text-gray-900 text-
|
|
6
|
+
1: "text-4xl font-bold mt-12 mb-8 text-gray-900 text-lime-500",
|
|
7
7
|
2: "text-3xl font-semibold text-gray-900",
|
|
8
8
|
3: "text-2xl font-semibold text-gray-900",
|
|
9
9
|
4: "text-xl font-medium text-gray-900",
|