Tab.js 182 B

12345678910
  1. import variable from "./../variables/platform";
  2. export default (variables = variable) => {
  3. const tabTheme = {
  4. flex: 1,
  5. backgroundColor: "#FFF"
  6. };
  7. return tabTheme;
  8. };