Skip to content

Commit 3d543af

Browse files
committed
mc
Signed-off-by: Simon Bruneaud <[email protected]>
1 parent c315624 commit 3d543af

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

apps/app-sandbox-rnative/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
1212
},
1313
"dependencies": {
14-
"nativewind": "^4.2.0",
14+
"nativewind": "^4.1.23",
1515
"react": "18.3.1",
1616
"react-native": "~0.77.3",
1717
"react-native-reanimated": "~3.17.4",

libs/ui-rnative/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"react": "~18.3.1",
3535
"react-native": "~0.77.3",
3636
"react-native-svg": "^15.0.0",
37-
"nativewind": "^4.2.0"
37+
"nativewind": "^4.1.23"
3838
},
3939
"nx": {
4040
"tags": [

libs/ui-rnative/src/lib/Components/BottomSheet/BottomSheetHeader.tsx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const bottomSheetHeaderVariants = {
2020
title: cva('', {
2121
variants: {
2222
size: {
23-
sm: 'text-center heading-4-semi-bold',
23+
sm: 'heading-4-semi-bold text-center',
2424
lg: 'heading-2-semi-bold',
2525
},
2626
},
@@ -83,17 +83,17 @@ export const BottomSheetHeader: FC<BottomSheetHeaderProps> = ({
8383
{description}
8484
</Text>
8585
)}
86-
{(onClose || closeable) && (
87-
<IconButton
88-
className={bottomSheetHeaderVariants.rightIcon()}
89-
accessibilityLabel='Close'
90-
size='sm'
91-
onPress={handleClose}
92-
icon={Close}
93-
appearance='transparent'
94-
/>
95-
)}
9686
</View>
87+
{(onClose || closeable) && (
88+
<IconButton
89+
className={bottomSheetHeaderVariants.rightIcon()}
90+
accessibilityLabel='Close'
91+
size='sm'
92+
onPress={handleClose}
93+
icon={Close}
94+
appearance='transparent'
95+
/>
96+
)}
9797
</View>
9898
);
9999
};

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"jiti": "2.4.2",
100100
"jsdom": "~22.1.0",
101101
"jsonc-eslint-parser": "^2.1.0",
102-
"nativewind": "^4.2.0",
102+
"nativewind": "^4.1.23",
103103
"nx": "21.2.2",
104104
"postcss": "^8.4.38",
105105
"prettier": "^3.0.0",
@@ -146,7 +146,7 @@
146146
}
147147
},
148148
"peerDependencies": {
149-
"nativewind": "^4.2.0",
149+
"nativewind": "^4.1.23",
150150
"react": "18.3.1",
151151
"react-native": "~0.77.3",
152152
"tailwindcss": "^3.4.3"

0 commit comments

Comments
 (0)