RN-128 - Unbolding settings categories (#595)
This commit is contained in:
parent
69c811efc3
commit
41491317a9
1 changed files with 1 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ export default class SettingsItem extends PureComponent {
|
|||
|
||||
const destructor = {};
|
||||
if (isDestructor) {
|
||||
destructor.color = '#CA3B27';
|
||||
destructor.color = theme.errorTextColor;
|
||||
}
|
||||
|
||||
let divider;
|
||||
|
|
@ -131,7 +131,6 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
|
|||
label: {
|
||||
color: theme.centerChannelColor,
|
||||
fontSize: 16,
|
||||
fontWeight: '600',
|
||||
lineHeight: 19,
|
||||
marginLeft: 8
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue