v0.3.2 bug fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jama-frontend",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@@ -358,7 +358,17 @@ a { color: inherit; text-decoration: none; }
|
||||
background: var(--surface);
|
||||
border-color: var(--border);
|
||||
}
|
||||
[data-theme="dark"] .mention-item {
|
||||
color: var(--text-primary);
|
||||
}
|
||||
[data-theme="dark"] .mention-item:hover,
|
||||
[data-theme="dark"] .mention-item.active {
|
||||
background: var(--primary-light);
|
||||
color: var(--primary);
|
||||
}
|
||||
[data-theme="dark"] .mention-role {
|
||||
color: var(--text-tertiary);
|
||||
}
|
||||
[data-theme="dark"] .mention-avatar {
|
||||
background: var(--primary);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user