export const styles = { Progressbar: { BarContainer: { style: { marginLeft: 0, marginRight: 0, }, }, BarProgress: { style: () => ({ backgroundColor: "rgb(254, 9, 156)", }), }, Bar: { style: () => ({ backgroundColor: "rgba(177, 178, 181, 0.218)", }), }, }, }; export default styles;