@mitumba/ui 0.1.4 → 0.1.5
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2453,12 +2453,12 @@ function MobileBottomNav({
|
|
|
2453
2453
|
"&::after": {
|
|
2454
2454
|
content: '""',
|
|
2455
2455
|
position: "absolute",
|
|
2456
|
-
|
|
2456
|
+
top: 0,
|
|
2457
2457
|
left: "25%",
|
|
2458
2458
|
width: isActive ? "50%" : 0,
|
|
2459
2459
|
height: 3,
|
|
2460
2460
|
backgroundColor: import_tokens24.tokens.colors.green,
|
|
2461
|
-
borderRadius: "3px 3px
|
|
2461
|
+
borderRadius: "0 0 3px 3px",
|
|
2462
2462
|
transition: "all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1)"
|
|
2463
2463
|
}
|
|
2464
2464
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -2379,12 +2379,12 @@ function MobileBottomNav({
|
|
|
2379
2379
|
"&::after": {
|
|
2380
2380
|
content: '""',
|
|
2381
2381
|
position: "absolute",
|
|
2382
|
-
|
|
2382
|
+
top: 0,
|
|
2383
2383
|
left: "25%",
|
|
2384
2384
|
width: isActive ? "50%" : 0,
|
|
2385
2385
|
height: 3,
|
|
2386
2386
|
backgroundColor: tokens24.colors.green,
|
|
2387
|
-
borderRadius: "3px 3px
|
|
2387
|
+
borderRadius: "0 0 3px 3px",
|
|
2388
2388
|
transition: "all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1)"
|
|
2389
2389
|
}
|
|
2390
2390
|
};
|