fix: sonner toast styling issue

This commit is contained in:
Timothy J. Baek 2024-03-02 00:05:25 -08:00
parent 9caf6c26ff
commit a4c6a8d5a4

View file

@ -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);