Ver código fonte

Removed Dead Code

Savio Fernando 1 ano atrás
pai
commit
f0620fe0bd
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      src/screens/Settings/SettingsPage.js

+ 0 - 2
src/screens/Settings/SettingsPage.js

@@ -112,8 +112,6 @@ const SettingListItem = props => {
       backgroundColor: currentTheme === 'light' ? colors().primaryTintColor : colors().black_variant,
       marginLeft: 20,
       padding: 8,
-      // maxHeight:48,
-      // maxWidth: 48,
       borderRadius: 32,
     },
   })