mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-10 05:58:01 -05:00
fix: remove double quotes to the margin top property in send vc screen
This commit is contained in:
@@ -99,7 +99,7 @@ export const SendVcScreen: React.FC = () => {
|
||||
<Button
|
||||
type="gradient"
|
||||
title={t('acceptRequestAndVerify')}
|
||||
styles={{ marginTop: '12' }}
|
||||
styles={{ marginTop: 12 }}
|
||||
disabled={controller.selectedIndex == null}
|
||||
onPress={controller.VERIFY_AND_ACCEPT_REQUEST}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user