chore: release v0.24.2

This commit is contained in:
Ulas Kalayci
2026-04-26 08:25:26 +02:00
parent fa82a5d65e
commit cb09c5d0db
6 changed files with 25 additions and 9 deletions
+3 -3
View File
@@ -19,7 +19,7 @@
background: var(--color-priority-urgent);
color: var(--color-text-on-accent);
font-size: var(--text-2xs);
font-weight: 700;
font-weight: var(--font-weight-bold);
line-height: 16px;
text-align: center;
pointer-events: none;
@@ -57,7 +57,7 @@
.toast__reminder-text span {
font-size: var(--text-sm, 0.875rem);
font-weight: 500;
font-weight: var(--font-weight-medium);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@@ -79,7 +79,7 @@
.reminder-section__title {
font-size: var(--text-sm, 0.875rem);
font-weight: 600;
font-weight: var(--font-weight-semibold);
color: var(--color-text-primary);
}