Explorar el Código

fix: sonner toast styling issue

Timothy J. Baek hace 1 año
padre
commit
a4c6a8d5a4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/app.css

+ 1 - 1
src/app.css

@@ -36,7 +36,7 @@ ol > li {
 	min-height: 28px;
 }
 
-ol > li::before {
+.prose ol > li::before {
 	content: counters(list-number, '.') '.';
 	padding-right: 0.5rem;
 	color: var(--tw-prose-counters);