Skip to content

Commit

Permalink
Merge pull request #237 from Anil-kumar-Majji/Issue-211
Browse files Browse the repository at this point in the history
Adjusted VC into card format and border radius in sharing device.
  • Loading branch information
gsasikumar authored Nov 18, 2022
2 parents 7ccd5b4 + def060c commit e7a2a73
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/SingleVcItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,13 @@ export const SingleVcItem: React.FC<VcItemProps> = (props) => {
const selectableOrCheck = props.selectable ? null : null;

return (
<Column onShow={props.onShow(service)}>
<Column
onShow={props.onShow(service)}
style={Theme.Styles.closeCardBgContainer}>
<ImageBackground
source={!verifiableCredential ? null : Theme.CloseCard}
resizeMode="stretch"
borderRadius={4}
style={
!verifiableCredential
? Theme.Styles.vertloadingContainer
Expand Down

0 comments on commit e7a2a73

Please sign in to comment.