@sikka/hawa 0.19.37-next → 0.19.38-next
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/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11172,7 +11172,7 @@ var ComparingPlans = (props) => {
|
|
|
11172
11172
|
), /* @__PURE__ */ import_react70.default.createElement(
|
|
11173
11173
|
ScrollArea,
|
|
11174
11174
|
{
|
|
11175
|
-
className: "hawa-h-fit hawa-rounded hawa-rounded-t-none hawa-border-t-0 hawa-border",
|
|
11175
|
+
className: "hawa-h-fit hawa-rounded hawa-rounded-t-none hawa-border-t-0 hawa-border hawa-bg-background",
|
|
11176
11176
|
dir: props.direction
|
|
11177
11177
|
},
|
|
11178
11178
|
uniqueFeatures.map((featureText, featureIndex) => {
|
package/dist/index.mjs
CHANGED
|
@@ -10956,7 +10956,7 @@ var ComparingPlans = (props) => {
|
|
|
10956
10956
|
), /* @__PURE__ */ React96.createElement(
|
|
10957
10957
|
ScrollArea,
|
|
10958
10958
|
{
|
|
10959
|
-
className: "hawa-h-fit hawa-rounded hawa-rounded-t-none hawa-border-t-0 hawa-border",
|
|
10959
|
+
className: "hawa-h-fit hawa-rounded hawa-rounded-t-none hawa-border-t-0 hawa-border hawa-bg-background",
|
|
10960
10960
|
dir: props.direction
|
|
10961
10961
|
},
|
|
10962
10962
|
uniqueFeatures.map((featureText, featureIndex) => {
|