Skip to content

Commit 278a04a

Browse files
committed
Merge branch 'reactime7' of https://github.com/caitlinchan23/reactime into reactime7
2 parents 8d0c213 + 0baecac commit 278a04a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/app/styles/components/_buttons.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.empty-button {
33
padding: 3px;
44
outline: transparent;
5-
color: black;
5+
color: white;
66
display: flex;
77
justify-content: center;
88
align-items: center;
@@ -14,10 +14,11 @@
1414
font: 300 14px 'Roboto', sans-serif;
1515
font-size: $button-text-size;
1616
width: 120px;
17-
background: linear-gradient(145deg, #ff6569, #e65558);
17+
background-color: transparent;
1818
}
1919
.empty-button:hover {
2020
color: black;
21+
background: linear-gradient(145deg, #ff6569, #e65558);
2122
box-shadow: inset 5px 5px 10px #d95053, inset -5px -5px 10px #ff6c71;
2223
}
2324

0 commit comments

Comments
 (0)