UX: Update bot-indicator styling (#31108)

Before/After

<img width="334" alt="Screenshot 2025-02-01 at 12 05 39"
src="https://github.com/user-attachments/assets/6939c586-3166-42e8-aa71-1062b282eeb8"
/> <img width="334" alt="Screenshot 2025-02-01 at 12 06 38"
src="https://github.com/user-attachments/assets/506f460a-7f85-418d-bd5d-b7cecd26abac"
/>
This commit is contained in:
Jarek Radosz 2025-02-05 12:44:50 +01:00 committed by GitHub
parent b839d09dfb
commit 5b5899b543
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,10 +26,14 @@
.chat-message-info__bot-indicator {
text-transform: uppercase;
padding: 0.25rem;
padding: 0.2rem 0.3rem;
background: var(--primary-low);
color: var(--primary-900);
border-radius: var(--d-border-radius);
font-size: var(--font-down-2);
font-size: var(--font-down-3);
line-height: var(--line-height-medium);
font-weight: 700;
letter-spacing: 0.1ch;
}
.chat-message-info__date {