Skip to content

Commit

Permalink
Merge pull request #1979 from gluestack/fix/storybook
Browse files Browse the repository at this point in the history
fix/storybook-and-icon-color
  • Loading branch information
Viraj-10 authored Mar 20, 2024
2 parents db1063b + 7a639ee commit b300443
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ After :
),
});
function App () {
return <Icon as={GluestackIcon} size='xl' className="bg-black"/>;
return <Icon as={GluestackIcon} size='xl' className="text-typography-black"/>;
}
`,
transformCode: (code) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import type { VariantProps } from '@gluestack-ui/nativewind-utils';

import { Platform } from 'react-native';
import { Check } from 'lucide-react-native';
import { withStates } from '@gluestack-ui/nativewind-utils/withStates';
const UICheckbox = createCheckbox({
// @ts-ignore
Root:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { withStyleContextAndStates } from '@gluestack-ui/nativewind-utils/withSt
import { cssInterop } from '@gluestack-ui/nativewind-utils/cssInterop';
import { withStates } from '@gluestack-ui/nativewind-utils/withStates';
import type { VariantProps } from '@gluestack-ui/nativewind-utils';
import { withStates } from '@gluestack-ui/nativewind-utils/withStates';

const UIInput = createInput({
// @ts-ignore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { withStyleContextAndStates } from '@gluestack-ui/nativewind-utils/withSt
import { cssInterop } from '@gluestack-ui/nativewind-utils/cssInterop';
import { withStates } from '@gluestack-ui/nativewind-utils/withStates';
import type { VariantProps } from '@gluestack-ui/nativewind-utils';
import { withStates } from '@gluestack-ui/nativewind-utils/withStates';

import React from 'react';
export const UILink = createLink({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { withStyleContextAndStates } from '@gluestack-ui/nativewind-utils/withSt
import { cssInterop } from '@gluestack-ui/nativewind-utils/cssInterop';
import { withStates } from '@gluestack-ui/nativewind-utils/withStates';
import type { VariantProps } from '@gluestack-ui/nativewind-utils';
import { withStates } from '@gluestack-ui/nativewind-utils/withStates';

const UITextarea = createTextarea({
// @ts-ignore
Expand Down

0 comments on commit b300443

Please sign in to comment.