Skip to content

Commit

Permalink
Fix rotation for pin
Browse files Browse the repository at this point in the history
  • Loading branch information
dejan committed Apr 27, 2024
1 parent b86c102 commit b492beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/components/wrappers/ToolbarToggle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const preset = {
'transition-transform duration-200',
{
'-rotate-45': !props.modelValue,
'-rotate-90': props.modelValue
'rotate-0': props.modelValue
},
]
Expand Down

0 comments on commit b492beb

Please sign in to comment.