Selaa lähdekoodia

fix(AudioRoutePickerDialog) add proper margin

master
Saúl Ibarra Corretgé 4 vuotta sitten
vanhempi
commit
5c1e2b4bd2
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2
    1
      react/features/mobile/audio-mode/components/styles.js

+ 2
- 1
react/features/mobile/audio-mode/components/styles.js Näytä tiedosto

17
     deviceRow: {
17
     deviceRow: {
18
         alignItems: 'center',
18
         alignItems: 'center',
19
         flexDirection: 'row',
19
         flexDirection: 'row',
20
-        height: MD_ITEM_HEIGHT
20
+        height: MD_ITEM_HEIGHT,
21
+        marginLeft: 16
21
     },
22
     },
22
 
23
 
23
     /**
24
     /**

Loading…
Peruuta
Tallenna