You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
ReactOrganizer/drawer/siebar-theme.js

19 lines
438 B

import {Platform} from "react-native";
export default {
// Line Height
btnLineHeight: 19,
lineHeightH1: 32,
lineHeightH2: 27,
lineHeightH3: 22,
iconLineHeight: Platform.OS === "ios" ? 37 : 30,
lineHeight: Platform.OS === "ios" ? 20 : 24,
// List
listBorderColor: "#fff",
listDividerBg: "#ddd",
listItemHeight: 45,
listItemPadding: 10,
listNoteColor: "#808080",
listNoteSize: 13
};