Skip to content

Commit

Permalink
adjusting cofiguration
Browse files Browse the repository at this point in the history
Signed-off-by: Caroline Lucas Calheirani <[email protected]>
  • Loading branch information
CarolineLCa committed Jan 11, 2024
1 parent 8061ec2 commit 4e42079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/legacy/core/__tests__/contexts/configuration.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { DefaultOCABundleResolver } from '@hyperledger/aries-oca/build/legacy'

import { ConfigurationContext, StatusBarStyles } from '../../App'
import { ConfigurationContext } from '../../App'
import Record from '../../App/components/record/Record'
import { useNotifications } from '../../App/hooks/notifications'
import { Locales } from '../../App/localization'
Expand Down Expand Up @@ -48,7 +48,7 @@ const configurationContext: ConfigurationContext = {
proofRequestTemplates: useProofRequestTemplates,
supportedLanguages: [Locales.en, Locales.fr, Locales.ptBr],
whereToUseWalletUrl: 'https://example.com',
modalStatusBarStyle: StatusBarStyles.Light,
modalStatusBarStyle: 'light-content',
}

export default configurationContext

0 comments on commit 4e42079

Please sign in to comment.