diff --git a/package.json b/package.json index 6baedd7..0ddf967 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-list-ui-library", - "version": "1.0.3", + "version": "1.0.4", "description": "A Library with storybook for a list app", "main": "dist/index.js", "scripts": { diff --git a/src/components/Button/AddButton/style.scss b/src/components/Button/AddButton/style.scss index 66e34f3..e69cb47 100644 --- a/src/components/Button/AddButton/style.scss +++ b/src/components/Button/AddButton/style.scss @@ -4,8 +4,8 @@ width: 40px; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); - // background-color: #FF6955; - background-color: #71b9f5; + background-color: #FF6955; + //background-color: #71b9f5; border-radius: 25px; cursor: pointer; transition: 0.3s ease-in-out; @@ -14,8 +14,8 @@ &:hover, &:focus, &:active { - // background-color: #bc2d1a; - background-color: #185c94; + background-color: #bc2d1a; + // background-color: #185c94; } svg {