Skip to content

Commit a197ac9

Browse files
Slimmed down SimpleLoadingSpinner
1 parent 34e4ab9 commit a197ac9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

  • src/components
    • ExpansionPanel/ExpansionPanelHeader/ArrowButton/ArrowButtonWrapper
    • SimpleLoadingSpinner

src/components/ExpansionPanel/ExpansionPanelHeader/ArrowButton/ArrowButtonWrapper/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import PropTypes from 'prop-types';
22
import styled from 'react-emotion';
3-
import { darkGrey, black } from '../../../../../colors';
3+
import { ultraDarkGrey, black } from '../../../../../colors';
44
import { transition } from '../../../../../styles';
55

66
const 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,

src/components/SimpleLoadingSpinner/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ SimpleLoadingSpinner.propTypes = {
4747
SimpleLoadingSpinner.defaultProps = {
4848
size: 150,
4949
color: '#58728D',
50-
strokeWidth: 20,
50+
strokeWidth: 15,
5151
innerWrapperProps: null,
5252
svgProps: null,
5353
circleProps: null,

0 commit comments

Comments
 (0)