Skip to content

Commit

Permalink
fix: padding on users table (#4753)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking authored Sep 25, 2024
1 parent 7669fe5 commit c2361a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/pages/settings/UsersCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export function UsersCard() {
>
<Suspense
fallback={
<View padding="size-e00">
<View padding="size-200">
<Loading />
</View>
}
Expand Down

0 comments on commit c2361a3

Please sign in to comment.