Browse Source

Use white-ish background color for apps loading

master
meriadec 7 years ago
parent
commit
cbcf3d8453
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 8
      src/components/ManagerPage/AppsList.js

8
src/components/ManagerPage/AppsList.js

@ -71,13 +71,7 @@ type State = {
} }
const LoadingApp = () => ( const LoadingApp = () => (
<FakeManagerAppContainer <FakeManagerAppContainer noShadow align="center" justify="center" style={{ height: 90 }}>
bg="rgba(0, 0, 0, 0.06)"
noShadow
align="center"
justify="center"
style={{ height: 90 }}
>
<Spinner size={16} color="rgba(0, 0, 0, 0.3)" /> <Spinner size={16} color="rgba(0, 0, 0, 0.3)" />
</FakeManagerAppContainer> </FakeManagerAppContainer>
) )

Loading…
Cancel
Save