Skip to content
Snippets Groups Projects
Unverified Commit 3a33bbac authored by Romeo Van Snick's avatar Romeo Van Snick Committed by GitHub
Browse files

Use the correct icon for the extract column shortcut (#42415)

parent 252c9423
No related branches found
No related tags found
No related merge requests found
......@@ -312,7 +312,7 @@ function colorForIcon(icon: string | undefined | null) {
return { normal: color("accent1"), highlighted: color("brand-white") };
case "function":
case "combine":
case "split":
case "arrow_split":
return { normal: color("brand"), highlighted: color("brand-white") };
default:
return {
......
......@@ -221,7 +221,7 @@ export const ExpressionWidget = <Clause extends object = Lib.ExpressionClause>(
!startRule && {
shortcut: true,
name: t`Extract columns`,
icon: "split",
icon: "arrow_split",
group: "shortcuts",
action: () => setIsExtractingColumn(true),
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment