Skip to content
This repository has been archived by the owner on Aug 6, 2022. It is now read-only.

Commit

Permalink
FIX: Missing artwork loading spinner style
Browse files Browse the repository at this point in the history
  • Loading branch information
knoopx committed Mar 22, 2017
1 parent 109236e commit dc86052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/artwork/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default class Artwork extends React.Component {

if (this.isLoading) {
return (
<Container size={size} style={borderColor}>
<Container size={size} borderColor={borderColor}>
<Spinner size={innerSize} color={borderColor} />
</Container>
)
Expand Down

0 comments on commit dc86052

Please sign in to comment.