Skip to content

Commit 343024c

Browse files
committed
Co-authored-by: ChristinaRaether <ChristinaRaether@users.noreply.github.com>
1 parent b917b64 commit 343024c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webview/flowBuilder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class FlowBuilder {
2626
label: (
2727
<div className={`-mx-2.5 -my-2.5 py-2 px-9 shadow-lg rounded-md border-2 border-gray-500 ${(item.isClientComponent) ? 'bg-orange-300' : 'bg-blue-300'}`}>
2828
<div className="flex justify-center place-items-center" key={this.id}>
29-
<div className="text-base font-medium">{item.fileName}</div>
29+
<div className="text-sm font-medium">{item.fileName}</div>
3030
</div>
3131
</div>
3232
)

0 commit comments

Comments
 (0)