Skip to content

Commit a7ce52d

Browse files
author
mrmrs
committed
Fixes typo
1 parent d543091 commit a7ce52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gui/src/components/html/TreeNode.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ export function TreeNode({ value, path, onSelect, onChange }: TreeNodeProps) {
309309
px: 2,
310310
fontSize: '14px',
311311
fontFamily: 'monospace',
312-
bg: isSelected '#d128dd' : 'background',
312+
bg: isSelected ? '#d128dd' : 'background',
313313
fontWeight: isSelected ? 700 : 400,
314314
borderRadius: '6px',
315315
transition: 'background-color .2s ease-in-out',

0 commit comments

Comments
 (0)