Skip to content

Commit

Permalink
Update style of cards display on success presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatrakazas committed Apr 9, 2024
1 parent 53dd186 commit b3ec759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/verifier/detailed-presentation.pug
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ block layout-content
.container2
.centered-layout
h1 Detailed Presentation
.inline-box-container(style="display: flex; gap:30px; flex-direction: row; flex-wrap: wrap;")
.inline-box-container(style="display: flex; gap:30px; flex-direction: row; flex-wrap: wrap;justify-content: center;")
// Iterate over each credential and display an inline box with dynamic background color and text color
each credential, index in credentialPayloads
- const branding = credential.credentialBranding || { backgroundColor: 'red', textColor: 'black' }
Expand Down

0 comments on commit b3ec759

Please sign in to comment.