diff --git a/package.json b/package.json index ea9214fe7..b582338c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vant-react", - "version": "0.0.1", + "version": "0.0.3", "description": "Lightweight Mobile UI Components built in React & Typescript, inspired by Vant: https://youzan.github.io/vant", "author": "mxdi9i7", "license": "MIT", diff --git a/src/components/Button/index.scss b/src/components/Button/index.scss index 5d24d49f0..cc1da4cdc 100644 --- a/src/components/Button/index.scss +++ b/src/components/Button/index.scss @@ -13,7 +13,6 @@ a.#{$baseClass} { justify-content: center; align-items: center; position: relative; - box-sizing: border-box; color: $dark-text; background-color: $default; padding: 0 $padding-sm; diff --git a/src/components/Button/stories/index.stories.tsx b/src/components/Button/index.stories.tsx similarity index 95% rename from src/components/Button/stories/index.stories.tsx rename to src/components/Button/index.stories.tsx index cea413822..806b229f8 100644 --- a/src/components/Button/stories/index.stories.tsx +++ b/src/components/Button/index.stories.tsx @@ -1,6 +1,6 @@ import React from 'react'; -import Button from '../'; -import '../../../styles/stories.scss'; +import Button from '.'; +import '../../styles/stories.scss'; export default { title: 'Button', @@ -124,5 +124,3 @@ export const ButtonAction = () => ( ); - -// export const Emoji = () =>