Skip to content

Commit

Permalink
Changes log appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarlosn committed Feb 6, 2024
1 parent 0d0f693 commit f20774c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protolib/components/AdminPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const LogPanel = () => {
return parsed
}

return <ScrollView br="$6" bc="$background" f={1}>
return <ScrollView br="$6" bc="$color1" f={1}>
{messages.map((m, i) => {
const data = parseMessage(m.message)
return <XStack bc="transparent" hoverStyle={{ bc: "$" + tint + "4" }} key={i} btw={0} borderTopLeftRadius={!i ? "$6" : "$0"} borderTopRightRadius={!i ? "$6" : "$0"} bbw={i < (messages.length - 1) ? 1 : 0} boc={"$color4"}>
Expand Down

0 comments on commit f20774c

Please sign in to comment.