diff --git a/components/Spinner.js b/components/Spinner.js index 8ce6a029..9f35b168 100644 --- a/components/Spinner.js +++ b/components/Spinner.js @@ -8,10 +8,12 @@ import { connectStyle } from '@shoutem/theme'; function Spinner({ style }) { const indicatorStyle = { ...style }; delete indicatorStyle.size; + delete indicatorStyle.color; return ( diff --git a/theme.js b/theme.js index bc5f694b..a9800141 100644 --- a/theme.js +++ b/theme.js @@ -881,6 +881,10 @@ export default () => ({ margin: MEDIUM_GUTTER, }, }, + + 'shoutem.ui.Spinner'; { + color: Colors.SPINNER, + }, // // Collections