Skip to content

Commit 7f9c04b

Browse files
MelvinBotsituchan
andcommitted
Remove redundant styles.w100 from loading indicator wrapper
StyleSheet.absoluteFill already provides full width via left: 0 and right: 0, making styles.w100 unnecessary. Co-authored-by: Situ Chandra Shil <situchan@users.noreply.github.com>
1 parent 191ccbc commit 7f9c04b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/workspace/members/WorkspaceOwnerChangeWrapperPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function WorkspaceOwnerChangeWrapperPage({route, policy, isLoadingPolicy}: Works
102102
/>
103103
<View style={[styles.containerWithSpaceBetween, error !== CONST.POLICY.OWNERSHIP_ERRORS.NO_BILLING_CARD ? styles.ph5 : styles.ph0, styles.pb0]}>
104104
{isLoading && (
105-
<View style={[StyleSheet.absoluteFill, styles.fullScreenLoading, styles.w100]}>
105+
<View style={[StyleSheet.absoluteFill, styles.fullScreenLoading]}>
106106
<ActivityIndicator
107107
size={CONST.ACTIVITY_INDICATOR_SIZE.LARGE}
108108
reasonAttributes={reasonAttributes}

0 commit comments

Comments
 (0)