Skip to content

Commit

Permalink
crear componente select - opciones custom
Browse files Browse the repository at this point in the history
  • Loading branch information
damian committed Aug 28, 2023
1 parent e433251 commit 2b2c9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storybook/stories/Select/Select.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import Select from '../../../src/components/Select';
import {View, Text, StyleSheet} from 'react-native';
import {TouchableOpacity} from 'react-native';
import {grey, primary, white} from '../../../src/theme/palette';
import {primary, white} from '../../../src/theme/palette';

export default {
title: 'Select',
Expand Down

0 comments on commit 2b2c9da

Please sign in to comment.