13 lines
347 B
JavaScript
13 lines
347 B
JavaScript
import variables from '../../common/styles/variables';
|
|
export default {
|
|
wrapper: {
|
|
backgroundColor: variables.mtdFillBody,
|
|
borderRadius: variables.mtdRadiusXS,
|
|
overflow: 'hidden',
|
|
},
|
|
progressBar: {
|
|
height: 2,
|
|
backgroundColor: variables.mtdBrandPrimary
|
|
}
|
|
};
|
|
//# sourceMappingURL=styles.js.map
|