Upgrade prettier

This commit is contained in:
Tom Moor
2017-11-10 14:14:30 -08:00
parent c737b613e4
commit ab13f51d5d
79 changed files with 780 additions and 533 deletions

View File

@ -20,7 +20,7 @@ const Container = styled.div`
top: 0;
z-index: 9999;
background-color: #03A9F4;
background-color: #03a9f4;
width: 100%;
animation: ${loadingFrame} 4s ease-in-out infinite;
animation-delay: 250ms;
@ -30,7 +30,7 @@ const Container = styled.div`
const Loader = styled.div`
width: 100%;
height: 2px;
background-color: #03A9F4;
background-color: #03a9f4;
`;
export default LoadingIndicatorBar;