Tweak the win95 theme coloring a bit

This commit is contained in:
Jack Kingsman
2026-03-11 21:05:55 -07:00
parent e37632de3f
commit e5c7ebb388
3 changed files with 82 additions and 2 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ export function ChatHeader({
};
return (
<header className="flex justify-between items-start px-4 py-2.5 border-b border-border gap-2">
<header className="conversation-header flex justify-between items-start px-4 py-2.5 border-b border-border gap-2">
<span className="flex min-w-0 flex-1 items-start gap-2">
{conversation.type === 'contact' && onOpenContactInfo && (
<span
+1 -1
View File
@@ -150,7 +150,7 @@ export const MessageInput = forwardRef<MessageInputHandle, MessageInputProps>(fu
return (
<form
className="px-4 py-2.5 border-t border-border flex flex-col gap-1"
className="message-input-shell px-4 py-2.5 border-t border-border flex flex-col gap-1"
onSubmit={handleSubmit}
autoComplete="off"
>