Skip to content

Commit

Permalink
refactor(dot): set display value
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Feb 1, 2023
1 parent fed5324 commit 632a425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/informational/dot.css
@@ -1,5 +1,5 @@
.dot {
@apply h-2.5 min-h-[10px] w-2.5 min-w-[10px] select-none rounded-[50%] bg-gray-700 leading-3;
@apply inline-flex h-2.5 min-h-[10px] w-2.5 min-w-[10px] select-none rounded-[50%] bg-gray-700 leading-3;
}

.dot-primary {
Expand Down

0 comments on commit 632a425

Please sign in to comment.