Skip to content

Commit

Permalink
adjust category order
Browse files Browse the repository at this point in the history
  • Loading branch information
nighca committed Jun 5, 2024
1 parent 2b1a5fe commit 6070719
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions spx-gui/src/components/editor/code-editor/CodeEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,19 +111,19 @@ const categories = computed(() => {
...eventCategory
},
{
icon: iconControl,
color: '#67ceff',
...controlCategory
icon: iconLook,
color: '#fd8d60',
...lookCategory
},
{
icon: iconMotion,
color: '#91d644',
...motionCategory
},
{
icon: iconLook,
color: '#fd8d60',
...lookCategory
icon: iconControl,
color: '#67ceff',
...controlCategory
},
{
icon: iconSensing,
Expand Down

0 comments on commit 6070719

Please sign in to comment.