Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CarelessCourage committed Feb 4, 2024
1 parent c22446d commit d051058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/dye/components/DyeWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ withDefaults(defineProps<DyeProps>(), {
max-width: 400px;
border-radius: var(--radius);
//overflow: hidden;
overflow: hidden;
transition: 0.2s ease-in-out;
.pallet {
Expand Down
2 changes: 1 addition & 1 deletion packages/dye/composables/store.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineStore } from 'pinia'
import { useMousePressed } from '@vueuse/core'
import { computed, watch, ref } from 'vue'
import { watch, ref } from 'vue'

export const useDyeStore = defineStore('dye', () => {
const holding = ref(false)
Expand Down

0 comments on commit d051058

Please sign in to comment.