Skip to content

Commit a123917

Browse files
committed
fix: fix expo router version
1 parent dfddb0a commit a123917

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"expo-image": "~1.10.6",
5757
"expo-linking": "~6.2.2",
5858
"expo-localization": "~14.8.3",
59-
"expo-router": "~3.4.7",
59+
"expo-router": "~3.4.8",
6060
"expo-splash-screen": "0.26.4",
6161
"expo-status-bar": "~1.11.1",
6262
"expo-system-ui": "~2.9.3",

pnpm-lock.yaml

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

src/ui/button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const button = tv({
3434
},
3535
ghost: {
3636
container: 'bg-transparent',
37-
label: 'text-black underline underline-offset-4',
37+
label: 'text-black underline',
3838
indicator: 'text-black',
3939
},
4040
link: {

0 commit comments

Comments
 (0)