mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
table: use background color while loading
This commit is contained in:
@@ -988,7 +988,14 @@ export const Table = React.forwardRef(
|
||||
if (loading) {
|
||||
return (
|
||||
<View
|
||||
style={[{ flex: 1, justifyContent: 'center', alignItems: 'center' }]}
|
||||
style={[
|
||||
{
|
||||
flex: 1,
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
backgroundColor
|
||||
}
|
||||
]}
|
||||
>
|
||||
<AnimatedLoading width={25} color={colors.n1} />
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user