application-amicale/native-base-theme/components/Switch.js
2020-01-28 20:07:21 +01:00

9 lines
111 B
JavaScript

// @flow
export default () => {
const switchTheme = {
marginVertical: -5
};
return switchTheme;
};