Fixed uneven settings dividers (#714)
This commit is contained in:
parent
9da1abea99
commit
e54861a7e9
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
|
|||
divider: {
|
||||
backgroundColor: changeOpacity(theme.centerChannelColor, 0.1),
|
||||
height: 1,
|
||||
marginLeft: 16
|
||||
marginHorizontal: 16
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue