fix: replace broken border-hard/50 opacity with subtle white borders

Tailwind can't decompose CSS variables for opacity modifiers, so
border-border-hard/50 fell back to white currentColor. Replaced with
border-white/[0.06] on image attachments, code blocks, and action
toolbar. Also applied frosted glass material to message action toolbar.
This commit is contained in:
Jannis Braun
2026-03-02 17:07:33 +01:00
parent 7608afccc4
commit 907728ab24
3 changed files with 6 additions and 6 deletions
@@ -113,7 +113,7 @@ export function MessageList({ channelId }: MessageListProps) {
return (
<div
ref={containerRef}
className="flex-1 overflow-y-auto overflow-x-hidden scrollbar-thin"
className="flex-1 overflow-y-auto overflow-x-hidden no-scrollbar"
onScroll={handleScroll}
>
{isLoadingMore && (