Skip to content

Commit 93e0d7a

Browse files
authored
Make icons consistent with other sql datasources (#261)
* fix * update
1 parent 8339583 commit 93e0d7a

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 ? 'compress-arrows' : ('expand-arrows-alt' as any)}
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)