Skip to content
Snippets Groups Projects
Commit 827c2daa authored by Alexandru Munteanu's avatar Alexandru Munteanu
Browse files

resize default spinner

parent 5a46a2b6
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ import React from 'react'
import { Icon } from '@pubsweet/ui'
import styled, { keyframes } from 'styled-components'
const Spinner = ({ icon = 'loader', size = 16, color = '#444' }) => (
const Spinner = ({ icon = 'loader', size = 3, color = '#444' }) => (
<Root>
<Icon color={color} size={size}>
{icon}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment