feat: change colors
This commit is contained in:
@@ -15,14 +15,14 @@ export const Loader = () => {
|
|||||||
const StyledParagraph = styled.p`
|
const StyledParagraph = styled.p`
|
||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
color: #1976d2;
|
color: black;
|
||||||
display: grid;
|
display: grid;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledLoader = styled.div`
|
const StyledLoader = styled.div`
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
color: #1976d2;
|
color: #ff00c3;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
text-indent: -99999em;
|
text-indent: -99999em;
|
||||||
margin: 55px auto;
|
margin: 55px auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user