Skip to content

Commit

Permalink
fix: improve List component style
Browse files Browse the repository at this point in the history
  • Loading branch information
toofff committed Oct 26, 2024
1 parent 1441e8c commit 30afe72
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 30afe72

Please sign in to comment.