Skip to content

Commit

Permalink
fix: small fixes (#1304)
Browse files Browse the repository at this point in the history
Signed-off-by: al-rosenthal <[email protected]>
  • Loading branch information
al-rosenthal authored Nov 6, 2024
1 parent 363955f commit 3cd3556
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ const LoadingPlaceholder: React.FC<LoadingPlaceholderProps> = ({
link: {
...ListItems.recordAttributeText,
...ListItems.recordLink,
paddingVertical: 2,
},
loadingAnimationContainer: {
flex: 1,
Expand Down
4 changes: 4 additions & 0 deletions packages/legacy/core/App/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ import { useDefaultStackOptions } from './navigators/defaultStackOptions'
import { PINRules, walletTimeout } from './constants'
import { CredentialListFooterProps } from './types/credential-list-footer'
import InactivityWrapper, { AutoLockTime } from './components/misc/InactivityWrapper'
import { OpenIDCredentialRecordProvider } from './modules/openid/context/OpenIDCredentialRecordProvider'
import { defaultConfig } from './container-impl'

export * from './navigators'
export * from './services/storage'
Expand Down Expand Up @@ -129,6 +131,7 @@ export {
useTour,
AttachTourStep,
TourBox,
defaultConfig,
homeTourSteps,
credentialsTourSteps,
credentialOfferTourSteps,
Expand All @@ -150,6 +153,7 @@ export {
toastConfig,
NetInfo,
OnboardingPages,
OpenIDCredentialRecordProvider,
NotificationListItem,
useDefaultStackOptions,
Splash,
Expand Down
3 changes: 1 addition & 2 deletions packages/legacy/core/App/screens/ProofRequest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ const ProofRequest: React.FC<ProofRequestProps> = ({ navigation, proofId }) => {
flexGrow: 1,
marginVertical: 35,
borderRadius: 15,
paddingHorizontal: 10,
},
})

Expand Down Expand Up @@ -672,7 +671,7 @@ const ProofRequest: React.FC<ProofRequestProps> = ({ navigation, proofId }) => {
: undefined
}
proof
></CredentialCard>
/>
</View>
)}
</View>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ exports[`Connection Screen No connection, show to proof 1`] = `
"flex": 1,
"flexGrow": 1,
"marginVertical": 35,
"paddingHorizontal": 10,
}
}
>
Expand Down Expand Up @@ -101,7 +100,6 @@ exports[`Connection Screen No connection, show to proof 1`] = `
"flex": 1,
"flexGrow": 1,
"marginVertical": 35,
"paddingHorizontal": 10,
}
}
>
Expand Down

0 comments on commit 3cd3556

Please sign in to comment.