Skip to content

Commit 21bbf76

Browse files
committed
change border-top-color in Loader
1 parent 196fa2e commit 21bbf76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/src/components/Loader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const Loading = styled.div`
1919
width:60px;
2020
height:60px;
2121
border: 2px solid black;
22-
border-top-color: lightblue;
22+
border-top-color: #004900;
2323
border-radius: 50%;
2424
animation: 1s spinner infinite ease-in-out;
2525
@keyframes spinner {

0 commit comments

Comments
 (0)