@idealyst/mcp-server 1.2.130 → 1.2.131
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/{chunk-6VJRQEWM.js → chunk-L3TA6GOW.js} +2 -2
- package/dist/{chunk-6VJRQEWM.js.map → chunk-L3TA6GOW.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/tools/index.cjs +1 -1
- package/dist/tools/index.cjs.map +1 -1
- package/dist/tools/index.js +1 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -8936,7 +8936,7 @@ export function TabLayout({ routes, currentPath }: TabLayoutProps) {
|
|
|
8936
8936
|
justifyContent: 'center',
|
|
8937
8937
|
gap: 6,
|
|
8938
8938
|
paddingHorizontal: 16,
|
|
8939
|
-
borderBottomWidth:
|
|
8939
|
+
borderBottomWidth: 1,
|
|
8940
8940
|
borderBottomColor: isActive ? '#007AFF' : 'transparent',
|
|
8941
8941
|
}}
|
|
8942
8942
|
>
|