mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-10 05:58:01 -05:00
feat(#580): [Pooja] Added margin to the error labels
This commit is contained in:
@@ -52,11 +52,11 @@ export const ScanScreen: React.FC = () => {
|
||||
) : null}
|
||||
|
||||
{controller.isEmpty ? (
|
||||
<Text align="center" color={Theme.Colors.errorMessage}>
|
||||
<Text align="center" color={Theme.Colors.errorMessage} margin="0 10">
|
||||
{t('noShareableVcs', { vcLabel: controller.vcLabel.plural })}
|
||||
</Text>
|
||||
) : !isBluetoothEnabled ? (
|
||||
<Text align="center" color={Theme.Colors.errorMessage}>
|
||||
<Text align="center" color={Theme.Colors.errorMessage} margin="0 10">
|
||||
{t('BluetoothState')}
|
||||
</Text>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user