mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[GH-ISSUE #95] [feat] ai聊天框文字的底色是否可以去掉 #64
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @justincnn on GitHub (Mar 5, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/95
描述你的建议
如图,在dark的主题下,文字框是纯白色,显得比较刺眼,而且不协调,
望采纳,谢谢
@codexu commented on GitHub (Mar 6, 2025):
请问如何复现这个 bug,我这边切换主题颜色是正常的
@codexu commented on GitHub (Mar 6, 2025):
已复现 bug,问题是由于系统 theme 为 dark 时,首次运行 app 导致未正常将 markdwon 预览与编辑器 theme 同步设置正确。
@justincnn commented on GitHub (Mar 6, 2025):
ai的输出框底色已经匹配,但是用户输入内容还是没有匹配dark,
具体请看下面的截图,
@codexu commented on GitHub (Mar 7, 2025):
这里是这样设计的,light 模式下,用户回复的内容是黑底白字的,目前 dark 模式只做了简单适配,还没专门对颜色进行优化,目前看起来对比度过高,更加费眼,我会在后续更新中完善它。