mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
CircularProgressTimed: fix tick position in webkit
This commit is contained in:
@@ -71,6 +71,8 @@ export default function CircularProgressTimed({
|
||||
sx={{
|
||||
position: "absolute",
|
||||
inset: size * 0.33 * 0.5,
|
||||
width: size * 0.67,
|
||||
height: size * 0.67,
|
||||
|
||||
"& .tick": {
|
||||
stroke: (theme) => theme.palette.success.main,
|
||||
|
||||
Reference in New Issue
Block a user