revotech-ui-kit 0.0.44 → 0.0.46
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/revotech-ui-kit.js
CHANGED
@@ -3581,7 +3581,7 @@ body {
|
|
3581
3581
|
class="${p("flex flex-col space-y-1.5 text-center sm:text-left",this.className)}"
|
3582
3582
|
>
|
3583
3583
|
<h2
|
3584
|
-
class="${p("text-lg font-semibold leading-none tracking-tight",this.className)}"
|
3584
|
+
class="${p("text-lg font-semibold leading-none tracking-tight text-muted-foreground",this.className)}"
|
3585
3585
|
>
|
3586
3586
|
${this._title}
|
3587
3587
|
</h2>
|
package/package.json
CHANGED