Skip to content

Commit 90655c8

Browse files
committed
v 0.3.0
1 parent bd16460 commit 90655c8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lite-react-ui",
3-
"version": "0.2.9",
3+
"version": "0.3.0",
44
"homepage": "htps://github.com/john-raymon/lite-react-UI-components",
55
"author": "john-raymon",
66
"repository": {

src/assets/styles/buttons.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
&:not(:active):not(&--no-focus):focus:enabled {
2929
@apply twr-outline-none;
3030
/* offset 2px sides from increasing border-width of 0px to 2px */
31-
background: #2F2F2F;
32-
border-color: rgba(116, 116, 116, 0.69);;
33-
box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.39);
31+
background: #505050;
32+
border-color: rgb(255 255 255 / 63%);
33+
box-shadow: 0px 0px 9px rgb(255 255 255 / 10%);
3434
}
3535

3636
&:active:enabled {
@@ -41,9 +41,9 @@
4141

4242
&--focus {
4343
@apply twr-outline-none;
44-
background: #2F2F2F;
45-
border-color: rgba(116, 116, 116, 0.69);;
46-
box-shadow: 0px 0px 9px rgba(255, 255, 255, 0.1);
44+
background: #505050;
45+
border-color: rgb(255 255 255 / 63%);
46+
box-shadow: 0px 0px 9px rgb(255 255 255 / 10%);
4747
}
4848
&:disabled {
4949
box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0.2);
@@ -57,8 +57,8 @@
5757

5858
&:hover:enabled {
5959
@apply twr-outline-none;
60-
background: #7e7e7e75;
61-
border-color: #7e7e7e75;
60+
background: #dedede;
61+
border-color: transparent;
6262
}
6363

6464
&:focus:enabled {

0 commit comments

Comments
 (0)