v0.3.3 bug fixes

This commit is contained in:
2026-03-09 15:39:42 -04:00
parent 31f61cc056
commit c192c4d7a1
8 changed files with 76 additions and 8 deletions

View File

@@ -372,3 +372,10 @@ a { color: inherit; text-decoration: none; }
[data-theme="dark"] .mention-avatar {
background: var(--primary);
}
[data-theme="dark"] .msg-input-mirror {
color: var(--text-primary);
}
[data-theme="dark"] .msg-input-raw {
caret-color: var(--text-primary);
}