style: update subscription UI layout, gem icon color, and chat theme branding
This commit is contained in:
@@ -277,7 +277,7 @@ export default function SupportChatPage() {
|
||||
{/* Chat Area */}
|
||||
<main className="flex-1 max-w-3xl mx-auto px-4 sm:px-6 lg:px-8 pb-8 w-full flex flex-col">
|
||||
{/* Chat Header */}
|
||||
<div className="border border-[#00293d]/10 rounded-t-[15px] px-6 py-4 flex items-center gap-3 bg-[#648188]">
|
||||
<div className="border border-[#00293d]/10 rounded-t-[15px] px-6 py-4 flex items-center gap-3 bg-[#e58625]">
|
||||
<Image
|
||||
src="/assets/icons/chat-icon.svg"
|
||||
alt=""
|
||||
@@ -365,7 +365,7 @@ export default function SupportChatPage() {
|
||||
<div
|
||||
className={`max-w-[75%] rounded-[15px] px-4 py-3 ${
|
||||
isOwn
|
||||
? 'bg-[#00293d] text-white rounded-br-[4px]'
|
||||
? 'bg-[#e58625] text-white rounded-br-[4px]'
|
||||
: 'bg-white text-[#00293d] border border-[#00293d]/10 rounded-bl-[4px]'
|
||||
}`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user