diff --git a/package.json b/package.json index 511ad9c..1d0665c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@giveth/ui-design-system", - "version": "1.8.25", + "version": "1.8.26", "files": [ "/lib" ], diff --git a/src/components/buttons/Button.tsx b/src/components/buttons/Button.tsx index cf98262..6fc6c7a 100644 --- a/src/components/buttons/Button.tsx +++ b/src/components/buttons/Button.tsx @@ -10,8 +10,7 @@ const ButtonContainer = styled.button` border: 0 solid; border-radius: 48px; padding: ${props => (props.size === 'large' ? '24px' : '16px')} 24px; - transition: background-color 0.3s ease, color 0.3s ease; - transition: opacity 0.3s ease, color 0.3s ease; + transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease; display: flex; justify-content: center; align-items: center; diff --git a/src/components/icons/Profile.tsx b/src/components/icons/Profile.tsx index 317a427..53b2231 100644 --- a/src/components/icons/Profile.tsx +++ b/src/components/icons/Profile.tsx @@ -7,8 +7,8 @@ export const IconProfile: FC = ({ }) => { const size24 = ( = ({ }) => { const size16 = ( = ({ > @@ -66,13 +66,13 @@ export const IconWalletOutline: FC = ({ > diff --git a/src/stories/Introduction.stories.mdx b/src/stories/Introduction.stories.mdx index 9864a59..14ecfd7 100644 --- a/src/stories/Introduction.stories.mdx +++ b/src/stories/Introduction.stories.mdx @@ -116,6 +116,6 @@ import StackAlt from './assets/stackalt.svg'; # Welcome to React NPM Boilerplate -This boilerplate helps you to Pubslish your React component to NPM. +This boilerplate helps you to Publish your React component to NPM. [**Cherik**](https://mpch.ir) \ No newline at end of file