Skip to content

Commit

Permalink
fix: inline errors and spacing
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce McMath <[email protected]>
  • Loading branch information
bryce-mcmath committed Dec 5, 2024
1 parent 6363ee4 commit 384372d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/container-imp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import {
PersistentStorage,
PersistentState,
defaultConfig,
InlineErrorPosition,
} from '@hyperledger/aries-bifold-core'
import { RemoteLogger, RemoteLoggerOptions } from '@hyperledger/aries-bifold-remote-logs'
import { getProofRequestTemplates } from '@hyperledger/aries-bifold-verifier'
Expand Down Expand Up @@ -298,6 +299,7 @@ export class AppContainer implements Container {
{ did: 'AcZpBDz3oxmKrpcuPcdKai', id: 'AcZpBDz3oxmKrpcuPcdKai:2:Digital Business Card:1.0.0' },
{ did: 'K9igebFysBL6jcBwR8bKuN', id: 'K9igebFysBL6jcBwR8bKuN:2:Digital Business Card:1.0.0' },
])
this._container.registerInstance(TOKENS.INLINE_ERRORS, { enabled: true, position: InlineErrorPosition.Below })
this._container.registerInstance(TOKENS.SCREEN_TERMS, { screen: Terms, version: TermsVersion })
this._container.registerInstance(TOKENS.SCREEN_DEVELOPER, Developer)

Expand Down
4 changes: 2 additions & 2 deletions app/src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,13 @@ export const TextTheme: ITextTheme = {
fontFamily: 'BCSans-Regular',
fontSize: 16,
fontWeight: 'normal',
color: ColorPallet.notification.error,
color: ColorPallet.notification.errorText,
},
inlineWarningText: {
fontFamily: 'BCSans-Regular',
fontSize: 16,
fontWeight: 'normal',
color: ColorPallet.notification.warn,
color: ColorPallet.notification.warnText,
},
}

Expand Down

0 comments on commit 384372d

Please sign in to comment.