Browse Source
Use white-ish background color for apps loading
master
meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
1 additions and
7 deletions
-
src/components/ManagerPage/AppsList.js
|
|
@ -71,13 +71,7 @@ type State = { |
|
|
|
} |
|
|
|
|
|
|
|
const LoadingApp = () => ( |
|
|
|
<FakeManagerAppContainer |
|
|
|
bg="rgba(0, 0, 0, 0.06)" |
|
|
|
noShadow |
|
|
|
align="center" |
|
|
|
justify="center" |
|
|
|
style={{ height: 90 }} |
|
|
|
> |
|
|
|
<FakeManagerAppContainer noShadow align="center" justify="center" style={{ height: 90 }}> |
|
|
|
<Spinner size={16} color="rgba(0, 0, 0, 0.3)" /> |
|
|
|
</FakeManagerAppContainer> |
|
|
|
) |
|
|
|