about summary refs log tree commit diff
path: root/src/components/GradientFill.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/GradientFill.tsx
parent9bcb0a7a819eeea819b56e32e17a78278b461cff (diff)
downloadvoidsky-40ccb574b8bc0b81088b0c0972df3ce0cb4a2f84.tar.zst
properly import linear gradient (#3423)
Diffstat (limited to 'src/components/GradientFill.tsx')
-rw-r--r--src/components/GradientFill.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/GradientFill.tsx b/src/components/GradientFill.tsx
index 17a1795f8..3c64c8960 100644
--- a/src/components/GradientFill.tsx
+++ b/src/components/GradientFill.tsx
@@ -1,5 +1,5 @@
 import React from 'react'
-import LinearGradient from 'expo-linear-gradient'
+import {LinearGradient} from 'expo-linear-gradient'
 
 import {atoms as a, tokens} from '#/alf'