From 9051de027ed5550bf3f5748389a93755b7c22995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Qu=E1=BB=91c=20Kh=C3=A1nh?= Date: Sun, 9 Jun 2024 14:29:50 +0700 Subject: [PATCH] feat(mobile): setup font --- .github/workflows/api_build.yaml | 1 - apps/mobile/app/(app)/(tabs)/_layout.tsx | 4 ++-- apps/mobile/app/(app)/(tabs)/explore.tsx | 2 +- apps/mobile/app/(app)/(tabs)/index.tsx | 2 +- apps/mobile/app/(auth)/login.tsx | 8 +++++--- apps/mobile/app/_layout.tsx | 22 +++++++++++++++++----- apps/mobile/components/Button.tsx | 4 ++-- apps/mobile/components/Input.tsx | 2 +- apps/mobile/package.json | 1 + apps/mobile/tailwind.config.js | 4 ++++ package.json | 3 ++- pnpm-lock.yaml | 8 ++++++++ 12 files changed, 44 insertions(+), 17 deletions(-) diff --git a/.github/workflows/api_build.yaml b/.github/workflows/api_build.yaml index 8449368a..697ebeab 100644 --- a/.github/workflows/api_build.yaml +++ b/.github/workflows/api_build.yaml @@ -22,7 +22,6 @@ jobs: - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 8 run_install: false - name: Get pnpm store directory diff --git a/apps/mobile/app/(app)/(tabs)/_layout.tsx b/apps/mobile/app/(app)/(tabs)/_layout.tsx index db19c68d..a5cbb77a 100644 --- a/apps/mobile/app/(app)/(tabs)/_layout.tsx +++ b/apps/mobile/app/(app)/(tabs)/_layout.tsx @@ -13,7 +13,7 @@ export default function TabLayout() { ( ), @@ -22,7 +22,7 @@ export default function TabLayout() { ( ), diff --git a/apps/mobile/app/(app)/(tabs)/explore.tsx b/apps/mobile/app/(app)/(tabs)/explore.tsx index ef9531b5..54875a39 100644 --- a/apps/mobile/app/(app)/(tabs)/explore.tsx +++ b/apps/mobile/app/(app)/(tabs)/explore.tsx @@ -40,7 +40,7 @@ export default function TabTwoScreen() { SS - {data?.email ? `Logged as ${data.email}` : 'loading...'} + {data?.email ? `Logged as ${data.email}` : 'loading...'}