Merge pull request #5 from aleleba/PR-883221
PR-883221: changing the right color for the button design.
This commit is contained in:
commit
3af199e044
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "react-list-ui-library",
|
"name": "react-list-ui-library",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"description": "A Library with storybook for a list app",
|
"description": "A Library with storybook for a list app",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
width: 40px;
|
width: 40px;
|
||||||
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
|
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);
|
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: #FF6955;
|
||||||
background-color: #71b9f5;
|
//background-color: #71b9f5;
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: 0.3s ease-in-out;
|
transition: 0.3s ease-in-out;
|
||||||
@ -14,8 +14,8 @@
|
|||||||
&:hover,
|
&:hover,
|
||||||
&:focus,
|
&:focus,
|
||||||
&:active {
|
&:active {
|
||||||
// background-color: #bc2d1a;
|
background-color: #bc2d1a;
|
||||||
background-color: #185c94;
|
// background-color: #185c94;
|
||||||
}
|
}
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
|
Loading…
Reference in New Issue
Block a user