Skip to content

Commit

Permalink
Change log entry icons
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarlosn committed Feb 6, 2024
1 parent feb12f5 commit 8bcd36f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/protolib/components/AdminPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { PanelLayout } from 'app/layout/PanelLayout'
import { SelectList, useWorkspaces, useUserSettings, useSession, PanelMenu, MainPanel, JSONViewer, useTint, Chip } from 'protolib'
import Workspaces from 'app/bundles/workspaces'
import { InteractiveIcon } from './InteractiveIcon'
import { Activity, Radio, Tag } from '@tamagui/lucide-icons'
import { Activity, Radio, Tag, Hash } from '@tamagui/lucide-icons'
import { Tinted } from './Tinted'
import { atom, useAtom } from 'jotai';
import { useEffect, useState } from 'react'
Expand Down Expand Up @@ -58,7 +58,7 @@ const MessageList = ({ data, topic }) => {
</XStack>
<XStack left={-6} hoverStyle={{ bc: "$color6" }} cursor="pointer" ai="center" mb="$2" py={3} px="$2" width="fit-content" ml={"$3"}>
<XStack ai="center" hoverStyle={{ o: 1 }} o={0.9}>
<Tag color="var(--color7)" strokeWidth={2} size={20} />
<Hash color="var(--color7)" strokeWidth={2} size={20} />
<Text ml={"$2"} o={0.9} fontSize={14} fontWeight={"500"}>{data.msg}</Text>
</XStack>
</XStack>
Expand Down

0 comments on commit 8bcd36f

Please sign in to comment.