Skip to content

Commit

Permalink
fix(core): update workspace preview design
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanwikner committed Dec 13, 2022
1 parent 9ce0108 commit 543a0f3
Showing 1 changed file with 2 additions and 6 deletions.
Expand Up @@ -70,16 +70,12 @@ export function WorkspacePreview(props: WorkspacePreviewProps) {
{(selected || iconRightComponent) && (
<Flex align="center" gap={4} paddingLeft={3} paddingRight={2}>
{selected && (
<Text size={1} muted>
<Text>
<CheckmarkIcon />
</Text>
)}

{iconRightComponent && (
<Text size={1} muted>
{iconRightComponent}
</Text>
)}
{iconRightComponent && <Text muted>{iconRightComponent}</Text>}
</Flex>
)}
</Flex>
Expand Down

1 comment on commit 543a0f3

@vercel
Copy link

@vercel vercel bot commented on 543a0f3 Dec 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

test-studio – ./

test-studio.sanity.build
test-studio-git-next.sanity.build

Please sign in to comment.