mirror of
https://github.com/rowyio/rowy.git
synced 2026-02-24 04:01:17 +01:00
round progress components
This commit is contained in:
@@ -855,6 +855,20 @@ export const components = (theme: Theme): ThemeOptions => {
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
MuiCircularProgress: {
|
||||
styleOverrides: {
|
||||
circle: {
|
||||
strokeLinecap: "round",
|
||||
},
|
||||
},
|
||||
},
|
||||
MuiLinearProgress: {
|
||||
styleOverrides: {
|
||||
root: { borderRadius: theme.shape.borderRadius },
|
||||
bar: { borderRadius: theme.shape.borderRadius },
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user