forked from
rocksky.app/rocksky
A decentralized music tracking and discovery platform built on AT Protocol 馃幍
1export const styles = {
2 Progressbar: {
3 BarContainer: {
4 style: {
5 marginLeft: 0,
6 marginRight: 0,
7 },
8 },
9 BarProgress: {
10 style: () => ({
11 backgroundColor: "rgb(254, 9, 156)",
12 }),
13 },
14 Bar: {
15 style: () => ({
16 backgroundColor: "rgba(177, 178, 181, 0.218)",
17 }),
18 },
19 },
20};
21
22export default styles;