Skip to content

Commit a8b7cd2

Browse files
committed
de-emphasize create manually button
1 parent 4d5feb3 commit a8b7cd2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/ui/src/features/canvas/components/WebsiteChannelLoops.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export function WebsiteChannelLoops({ channelId }: { channelId: string }) {
103103
keeps its context.md or a canvas up to date.
104104
</Text>
105105
</Flex>
106-
<Button variant="solid" size="2" onClick={startBlank}>
106+
<Button variant="soft" color="gray" size="2" onClick={startBlank}>
107107
<PlusIcon size={14} />
108108
Create manually
109109
</Button>

packages/ui/src/features/loops/components/LoopsListView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export function LoopsListView() {
7878
the laptop!
7979
</Text>
8080
</Flex>
81-
<Button variant="solid" size="2" onClick={startBlank}>
81+
<Button variant="soft" color="gray" size="2" onClick={startBlank}>
8282
<PlusIcon size={14} />
8383
Create manually
8484
</Button>

0 commit comments

Comments
 (0)