import {common} from '../../utils/Template'; export default { buttonStyle: { backgroundColor: common.THEMES_COLOR, borderRadius: common.COMPONENT_BORDER_RADIUS, height: common.COMPONENT_LINE_HEIGHT, }, buttonTextStyle: { color: common.COLOR_2, }, };