refactor(scan): bump in build and style update

This commit is contained in:
2026-05-08 15:05:47 -05:00
parent 1ff5e5032f
commit 505d7cea5d
4 changed files with 36 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ export function GlobalFooter() {
{!hasUpdate && shouldUpdate && (
<View className="bg-[#FDBA74]">
<Link href={"/updateScreen"}>
<Text className="h-[32] font-medium text-lg text-wrap text-center">
<Text className="h-[16] font-medium text-base text-wrap text-center">
There is an update click me for instructions
</Text>
</Link>