Skip to content

Commit b7b01c6

Browse files
fix(orderedlist): new suggestions commited
1 parent fabce39 commit b7b01c6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/components/OrderedList.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ export interface IProps {
1818
const liCustomType: SystemStyleObject = {
1919
content: `counter(li-counter)`,
2020
position: "absolute",
21-
top: "-5px", // adjusts circle + number up and down
21+
top: "-3px", // adjusts circle + number up and down
2222
left: "-3rem",
23-
width: "32px",
24-
// aspectRatio: "1",
25-
height: "1.5rem",
23+
width: "34px",
24+
height: "1.6rem",
2625
pt: "9px", // adjusts number up and down,
2726
lineHeight: "100%",
2827
borderRadius: "50%",

0 commit comments

Comments
 (0)