import variables from '../../common/styles/variables' export default { wrapper: { backgroundColor: variables.mtdFillBody, borderRadius: variables.mtdRadiusXS, overflow: 'hidden', }, progressBar: { height: 2, backgroundColor: variables.mtdBrandPrimary } }