Skip to content

Commit

Permalink
fix(AudioRoutePickerDialog) add proper margin
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul authored and basil committed Aug 24, 2021
1 parent 5ee6430 commit 9200ff3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion react/features/mobile/audio-mode/components/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default createStyleSheet({
deviceRow: {
alignItems: 'center',
flexDirection: 'row',
height: MD_ITEM_HEIGHT
height: MD_ITEM_HEIGHT,
marginLeft: 16
},

/**
Expand Down

0 comments on commit 9200ff3

Please sign in to comment.