File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import PropTypes from 'prop-types' ;
22import styled from 'react-emotion' ;
3- import { darkGrey , black } from '../../../../../colors' ;
3+ import { ultraDarkGrey , black } from '../../../../../colors' ;
44import { transition } from '../../../../../styles' ;
55
66const ArrowButtonWrapper = styled ( 'button' ) ( {
@@ -10,7 +10,7 @@ const ArrowButtonWrapper = styled('button')({
1010 height : 28 ,
1111 background : 'none' ,
1212 border : 0 ,
13- fill : darkGrey ,
13+ fill : ultraDarkGrey ,
1414 cursor : 'pointer' ,
1515 appearance : 'none' ,
1616 outlineWidth : 0 ,
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ SimpleLoadingSpinner.propTypes = {
4747SimpleLoadingSpinner . defaultProps = {
4848 size : 150 ,
4949 color : '#58728D' ,
50- strokeWidth : 20 ,
50+ strokeWidth : 15 ,
5151 innerWrapperProps : null ,
5252 svgProps : null ,
5353 circleProps : null ,
You can’t perform that action at this time.
0 commit comments