application-amicale/native-base-theme/components/Switch.js
2019-06-25 22:20:24 +02:00

11 lines
190 B
JavaScript

// @flow
import variable from "./../variables/platform";
export default (variables /*: * */ = variable) => {
const switchTheme = {
marginVertical: -5,
};
return switchTheme;
};