From 205cedc1ce1f870315c4ac7794cbc4f16b6604b9 Mon Sep 17 00:00:00 2001 From: Connor Johnston Date: Tue, 26 Nov 2024 13:37:58 -0500 Subject: [PATCH 1/8] Adds button variants and updates linkButton in mobile app --- packages/mobile-app/app/(tabs)/ui.tsx | 17 +++- packages/mobile-app/app/onboarding/index.tsx | 36 ++++--- packages/mobile-app/assets/logo-with-text.svg | 11 +++ packages/mobile-app/components/LinkButton.tsx | 32 ++----- .../lib/components/Button/Button.tsx | 95 ++++++++++++++----- .../lib/components/TextInput/TextInput.tsx | 2 +- packages/tackle-box/lib/vars/colors.stylex.ts | 91 ++++++++++-------- packages/tackle-box/tsconfig.app.tsbuildinfo | 2 +- 8 files changed, 175 insertions(+), 111 deletions(-) create mode 100644 packages/mobile-app/assets/logo-with-text.svg diff --git a/packages/mobile-app/app/(tabs)/ui.tsx b/packages/mobile-app/app/(tabs)/ui.tsx index 4ed7c53..c488418 100644 --- a/packages/mobile-app/app/(tabs)/ui.tsx +++ b/packages/mobile-app/app/(tabs)/ui.tsx @@ -21,13 +21,22 @@ export default function UiKit() { style={{ gap: 10, padding: 10, - backgroundColor: scheme === "dark" ? "#333" : "#fff", + backgroundColor: scheme === "dark" ? "#101010" : "#fff", }} > Count: {count} -