import React from 'react'; import '../src/styles/tailwind.css'; const preview = { parameters: { actions: { argTypesRegex: '^on[A-Z].*' }, controls: { matchers: { color: /(background|color)$/i, date: /Date$/, }, }, backgrounds: { default: 'light', values: [ { name: 'light', value: '#ffffff', }, { name: 'dark', value: '#1a1a1a', }, ], }, }, decorators: [ (Story) => (