From 40ccb574b8bc0b81088b0c0972df3ce0cb4a2f84 Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 4 Apr 2024 22:03:14 -0700 Subject: properly import linear gradient (#3423) --- src/components/Button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Button.tsx') diff --git a/src/components/Button.tsx b/src/components/Button.tsx index 091111fd2..12b3fe4cb 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -11,7 +11,7 @@ import { View, ViewStyle, } from 'react-native' -import LinearGradient from 'expo-linear-gradient' +import {LinearGradient} from 'expo-linear-gradient' import {Trans} from '@lingui/macro' import {android, atoms as a, flatten, tokens, useTheme} from '#/alf' -- cgit 1.4.1