PR-883221: changing the right color for the button design.

This commit is contained in:
Alejandro Lembke Barrientos 2023-10-16 14:37:59 +00:00
parent 148b6a2578
commit 51a843feff
2 changed files with 5 additions and 5 deletions

View File

@ -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": {

View File

@ -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 {