feat(#580): [Pooja] Added margin to the error labels

This commit is contained in:
Pooja Babusing
2023-03-10 13:09:36 +05:30
parent 3c3fd6f18b
commit c7ecafd9ca

View File

@@ -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>
) : (