Skip to content

Commit

Permalink
Fix: vaSwitch cursor pointer (#4116)
Browse files Browse the repository at this point in the history
* fix: InnerLoading spinner spin clockwise

* Fix: VaSwitch input cursor

* fix: vaSwitch cursor pointer
  • Loading branch information
Alisheroffalex authored and m0ksem committed Jan 9, 2024
1 parent bdc65cd commit b716165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/src/components/va-switch/VaSwitch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ export default defineComponent({
height: 100%;
margin: 0;
opacity: 0;
cursor: inherit;
}
}
</style>

0 comments on commit b716165

Please sign in to comment.