From 82db7caeacfe0d9ef5294c19626f3e02b01b59ef Mon Sep 17 00:00:00 2001 From: Federico Jaramillo Martinez Date: Wed, 17 Jun 2026 01:04:05 +0200 Subject: [PATCH] docs: update changeset to drop removed message accent stripe --- .changeset/dark-theme-message-distinction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/dark-theme-message-distinction.md b/.changeset/dark-theme-message-distinction.md index 6f85567..21295d1 100644 --- a/.changeset/dark-theme-message-distinction.md +++ b/.changeset/dark-theme-message-distinction.md @@ -2,4 +2,4 @@ "@jmfederico/pi-web": patch --- -Improve user/assistant message distinction in the dark theme. Previously the user and assistant message backgrounds were nearly identical (contrast ratio ~1.06), making it hard to tell speakers apart. Each message now has a colored left accent stripe by role (brand accent for user, neutral for assistant) with matching header labels, applied across all themes. The dark theme's user-message background was also lightened and decoupled from the generic hover color, and the user border brightened, so user turns stand out clearly. +Improve user/assistant message distinction in the dark theme. Previously the user and assistant message backgrounds were nearly identical (contrast ratio ~1.06), making it hard to tell speakers apart. The dark theme's user-message background was lightened and decoupled from the generic hover color, and the user border brightened, so user turns stand out clearly.