Skip to content

Commit a91b026

Browse files
committed
update
1 parent 4178831 commit a91b026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/query-editor-raw/QueryToolbox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export function QueryToolbox({ showTools, onFormatCode, onExpand, isExpanded, ..
7373
{onExpand && (
7474
<IconButton
7575
onClick={() => onExpand(!isExpanded)}
76-
name={isExpanded ? 'angle-up' : 'angle-down'}
76+
name={isExpanded ? 'angle-double-up' : 'angle-double-down'}
7777
size="xs"
7878
tooltip={isExpanded ? 'Collapse editor' : 'Expand editor'}
7979
/>

0 commit comments

Comments
 (0)