mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-04-20 03:00:24 -04:00
Merge pull request #237 from Anil-kumar-Majji/Issue-211
Adjusted VC into card format and border radius in sharing device.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user