修改删除按钮的样式

This commit is contained in:
史悦
2025-10-27 16:53:20 +08:00
parent a210a6f92d
commit e7b1351384

View File

@@ -37,6 +37,9 @@ iconify-icon {
box-shadow: 2px 2px 0 rgba(0,0,0,0.2); box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
} }
.chat-bubble-user .bubble-action-btn {
color: white;
}
.chat-bubble-ai { .chat-bubble-ai {
background: #fff; background: #fff;
color: #1f2937; color: #1f2937;