Skip to content

Commit

Permalink
Fix separator
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl committed Sep 19, 2024
1 parent f9ef8a2 commit 7c3f8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lake/src/components/Separator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const styles = StyleSheet.create({
alignSelf: "stretch",
},
vertical: {
backgroundColor: BACKGROUND_IMAGE,
backgroundImage: BACKGROUND_IMAGE,
height: 1,
alignSelf: "stretch",
},
Expand Down

0 comments on commit 7c3f8f9

Please sign in to comment.