about summary refs log tree commit diff
path: root/src/components/Button.tsx
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-04-04 22:03:14 -0700
committerGitHub <noreply@github.com>2024-04-05 06:03:14 +0100
commit40ccb574b8bc0b81088b0c0972df3ce0cb4a2f84 (patch)
treed9e020a56a6c7b011ffaf7dbfd790ded8de6f6f2 /src/components/Button.tsx
parent9bcb0a7a819eeea819b56e32e17a78278b461cff (diff)
downloadvoidsky-40ccb574b8bc0b81088b0c0972df3ce0cb4a2f84.tar.zst
properly import linear gradient (#3423)
Diffstat (limited to 'src/components/Button.tsx')
-rw-r--r--src/components/Button.tsx2
1 files changed, 1 insertions, 1 deletions
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'