Show billing estimate and clarify session replacement

This commit is contained in:
2026-06-08 15:55:50 +08:00
parent 2afa73ac18
commit 3963d9ae2f
5 changed files with 90 additions and 6 deletions
+8
View File
@@ -1794,6 +1794,14 @@
box-shadow: none;
}
.web-shell[data-ui-theme="dark-green"] .wb-composer__billing-estimate {
border: 1px solid var(--border-default);
border-radius: 999px;
background: var(--bg-elevated);
color: var(--fg-body);
box-shadow: none;
}
.web-shell[data-ui-theme="dark-green"] .wb-composer__send-primary:hover:not(:disabled) {
background: var(--accent-hover);
color: var(--dg-button-text);