Skip to content

fix(widget): match mini-chat popup surface to full chat (#16161a) - #901

Merged
Navin-S-R merged 1 commit into
developfrom
fix/mini-chat-surface-color
Aug 17, 2026
Merged

fix(widget): match mini-chat popup surface to full chat (#16161a)#901
Navin-S-R merged 1 commit into
developfrom
fix/mini-chat-surface-color

Conversation

@Navin-S-R

Copy link
Copy Markdown
Contributor

What

The dark-mode Jarvis side-chat popup (the FAB mini-chat on the Desk) painted its panel background with --jv-surface: #1e1d23 — a shade lighter than the full chat window's --surface: #16161a. The two chat surfaces looked inconsistent side by side.

This aligns the popup's dark surface token to #16161a, so both windows share the same background.

Change

  • jarvis/public/js/jarvis_chat/widget/Panel.vue.jvp-panel--dark { --jv-surface: #1e1d23 → #16161a } (one line).

Scope / safety

  • #1e1d23 occurred exactly once in the whole repo; this is its only reference.
  • --jv-surface also backs the online-status dot border, which stays consistent with the new background.
  • Light mode is untouched; no logic, interaction, or state paths affected.
  • Verified in the running app: the live bench watch bundle (jarvis_widget.bundle.*.js) recompiled to contain 16161a and zero 1e1d23, and the rendered popup was visually confirmed to match the full chat.

The dark-mode Jarvis side-chat popup used --jv-surface #1e1d23, a shade
lighter than the full chat window's --surface #16161a, so the two chat
surfaces looked inconsistent. Align the popup's dark surface token to
#16161a. Cosmetic only; light mode unchanged.
@Navin-S-R
Navin-S-R merged commit 825c8a3 into develop Aug 17, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant