Skip to content

Commit

Permalink
[minor changes] Adds margin to subsystem
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecmart committed Oct 8, 2024
1 parent 5a0f62b commit 1719b5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/protodevice/src/Subsystem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ const Monitor = ({ deviceName, monitorData, subsystem }) => {
return (
<YStack
borderWidth="1px"
padding="$2"
paddingVertical="$2"
paddingHorizontal="$4"
gap="$2"
cursor="pointer"
borderRadius="$4"
Expand All @@ -64,7 +65,7 @@ const Monitor = ({ deviceName, monitorData, subsystem }) => {
borderRadius={100}
borderWidth="1px"
borderColor="$color8"
right="14px"
right="6px"
top="-11px"
>
{ephemeral ? <MegaphoneOff size={16} color="$background" /> : <Megaphone size={16} color="$color8" />}
Expand Down

0 comments on commit 1719b5a

Please sign in to comment.