Skip to content

Commit

Permalink
corregir componentes cortados de storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Morales committed Jan 11, 2024
1 parent a2cdf9a commit 19908a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storybook/stories/DesignStystem/Colors.stories.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import {View, SafeAreaView} from 'react-native';
import {View} from 'react-native';
import Text from '../../../src/components/Text';
import {black, palette} from '../../../src/theme/palette';
import CenterScrollView from '../../decorators/CenterScrollView';
Expand Down Expand Up @@ -29,7 +29,7 @@ const styles = {
flexDirection: 'row',
flexWrap: 'wrap',
marginBottom: 30,
// flexShrink: 0,
flexShrink: 0,
},
ColorSquare: (color) => ({
backgroundColor: color,
Expand Down

0 comments on commit 19908a4

Please sign in to comment.