Skip to content

Commit

Permalink
fix(mantine, list): improve style (#3938)
Browse files Browse the repository at this point in the history
  • Loading branch information
toofff authored Oct 29, 2024
1 parent 1f93e95 commit c51156b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/mantine/src/styles/List.module.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.root {
ul.root {
list-style-type: disc;
}

ol.root {
list-style-type: decimal;
}

0 comments on commit c51156b

Please sign in to comment.