Skip to content

Commit

Permalink
fix: linear gradient fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj authored and Suraj committed Apr 24, 2024
1 parent c94cc0a commit 624d1f6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ import { Meta } from '@storybook/addon-docs';
<Meta title="with-nativewind/Components/Recipes/LinearGradient" />

import { Tabs } from '@gluestack/design-system';
import { CollapsibleCode } from '@gluestack/design-system';


This is an illustration of **Linear Gradient** component in `App.tsx` file.

Expand All @@ -23,7 +25,6 @@ import "./global.css";
import React from "react";
import { SafeAreaView } from "react-native";
import { GluestackUIProvider } from "./components/ui/gluestack-ui-provider";
import { CollapsibleCode } from '@gluestack/design-system';

import {
Box,
Expand Down

0 comments on commit 624d1f6

Please sign in to comment.